Skip to content

Commit

Permalink
Merge pull request #189 from calancha/temporary-disable-SP-migration
Browse files Browse the repository at this point in the history
Temporary disable the SP migration
  • Loading branch information
Tino Calancha authored Feb 19, 2021
2 parents 1e2211e + 152bc6c commit 458cb97
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jenkins_pipelines/environments/manager-4.1-cucumber-NUE
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ node('sumaform-cucumber') {
choice(name: 'sumaform_backend', choices: ['libvirt', 'aws'], description: 'Sumaform backend to be used (see https://github.com/uyuni-project/sumaform#backend-choice)'),
choice(name: 'terraform_bin', choices: ['/usr/bin/terraform_bin'], description: 'Terraform binary path'),
choice(name: 'terraform_bin_plugins', choices: ['/usr/bin'], description: 'Terraform plugins path'),
booleanParam(name: 'service_pack_migration', defaultValue: true, description: 'This will enable the execution of service pack migration'),
booleanParam(name: 'service_pack_migration', defaultValue: false, description: 'This will enable the execution of service pack migration'),
// Temporary: should move to uyuni-project
string(name: 'terracumber_gitrepo', defaultValue: 'https://gitlab.suse.de/juliogonzalezgil/terracumber.git', description: 'Terracumber Git Repository'),
string(name: 'terracumber_ref', defaultValue: 'master', description: 'Terracumber Git ref (branch, tag...)'),
Expand Down
2 changes: 1 addition & 1 deletion jenkins_pipelines/environments/manager-4.1-cucumber-PRV
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ node('sumaform-cucumber') {
choice(name: 'sumaform_backend', choices: ['libvirt', 'aws'], description: 'Sumaform backend to be used (see https://github.com/uyuni-project/sumaform#backend-choice)'),
choice(name: 'terraform_bin', choices: ['/usr/bin/terraform_bin'], description: 'Terraform binary path'),
choice(name: 'terraform_bin_plugins', choices: ['/usr/bin'], description: 'Terraform plugins path'),
booleanParam(name: 'service_pack_migration', defaultValue: true, description: 'This will enable the execution of service pack migration'),
booleanParam(name: 'service_pack_migration', defaultValue: false, description: 'This will enable the execution of service pack migration'),
// Temporary: should move to uyuni-project
string(name: 'terracumber_gitrepo', defaultValue: 'https://gitlab.suse.de/juliogonzalezgil/terracumber.git', description: 'Terracumber Git Repository'),
string(name: 'terracumber_ref', defaultValue: 'master', description: 'Terracumber Git ref (branch, tag...)'),
Expand Down
2 changes: 1 addition & 1 deletion jenkins_pipelines/environments/manager-Head-cucumber-NUE
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ node('sumaform-cucumber') {
choice(name: 'sumaform_backend', choices: ['libvirt', 'aws'], description: 'Sumaform backend to be used (see https://github.com/uyuni-project/sumaform#backend-choice)'),
choice(name: 'terraform_bin', choices: ['/usr/bin/terraform_bin'], description: 'Terraform binary path'),
choice(name: 'terraform_bin_plugins', choices: ['/usr/bin'], description: 'Terraform plugins path'),
booleanParam(name: 'service_pack_migration', defaultValue: true, description: 'This will enable the execution of service pack migration'),
booleanParam(name: 'service_pack_migration', defaultValue: false, description: 'This will enable the execution of service pack migration'),
// Temporary: should move to uyuni-project
string(name: 'terracumber_gitrepo', defaultValue: 'https://gitlab.suse.de/juliogonzalezgil/terracumber.git', description: 'Terracumber Git Repository'),
string(name: 'terracumber_ref', defaultValue: 'master', description: 'Terracumber Git ref (branch, tag...)'),
Expand Down
2 changes: 1 addition & 1 deletion jenkins_pipelines/environments/manager-Head-reference-NUE
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ node('sumaform-cucumber') {
choice(name: 'sumaform_backend', choices: ['libvirt', 'aws'], description: 'Sumaform backend to be used (see https://github.com/uyuni-project/sumaform#backend-choice)'),
choice(name: 'terraform_bin', choices: ['/usr/bin/terraform_bin'], description: 'Terraform binary path'),
choice(name: 'terraform_bin_plugins', choices: ['/usr/bin'], description: 'Terraform plugins path'),
booleanParam(name: 'service_pack_migration', defaultValue: true, description: 'This will enable the execution of service pack migration'),
booleanParam(name: 'service_pack_migration', defaultValue: false, description: 'This will enable the execution of service pack migration'),
// Temporary: should move to uyuni-project
string(name: 'terracumber_gitrepo', defaultValue: 'https://gitlab.suse.de/juliogonzalezgil/terracumber.git', description: 'Terracumber Git Repository'),
string(name: 'terracumber_ref', defaultValue: 'master', description: 'Terracumber Git ref (branch, tag...)'),
Expand Down
2 changes: 1 addition & 1 deletion jenkins_pipelines/environments/uyuni-master-cucumber-NUE
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ node('sumaform-cucumber') {
choice(name: 'terraform_bin', choices: ['/usr/bin/terraform_bin'], description: 'Terraform binary path'),
choice(name: 'terraform_bin_plugins', choices: ['/usr/bin'], description: 'Terraform plugins path'),
booleanParam(name: 'long_tests', defaultValue: false, description: 'This will enable the execution of long tests'),
booleanParam(name: 'service_pack_migration', defaultValue: true, description: 'This will enable the execution of service pack migration'),
booleanParam(name: 'service_pack_migration', defaultValue: false, description: 'This will enable the execution of service pack migration'),
// Temporary: should move to uyuni-project
string(name: 'terracumber_gitrepo', defaultValue: 'https://gitlab.suse.de/juliogonzalezgil/terracumber.git', description: 'Terracumber Git Repository'),
string(name: 'terracumber_ref', defaultValue: 'master', description: 'Terracumber Git ref (branch, tag...)'),
Expand Down

0 comments on commit 458cb97

Please sign in to comment.