Skip to content

Commit 8666d50

Browse files
committed
Update pipeline parameters with new retail options
1 parent 97ee841 commit 8666d50

7 files changed

Lines changed: 14 additions & 7 deletions

jenkins_pipelines/environments/manager-4.3-qe-build-validation-NUE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ node('sumaform-cucumber') {
5151
booleanParam(name: 'must_boot_node', defaultValue: true, description: 'Bootstrap Node'),
5252
booleanParam(name: 'must_run_tests', defaultValue: true, description: 'Run Smoke Tests'),
5353
booleanParam(name: 'must_run_products_and_salt_migration_tests', defaultValue: false, description: 'Run products and Salt migration Tests'),
54-
booleanParam(name: 'must_prepare_retail', defaultValue: false, description: 'Prepare and run Retail'),
54+
booleanParam(name: 'must_prepare_retail', defaultValue: false, description: 'Prepare proxy and bootstrap build hosts'),
55+
booleanParam(name: 'must_test_retail_terminal', defaultValue: false, description: 'Test retail terminal deployments'),
5556
booleanParam(name: 'must_run_containerization_tests', defaultValue: true, description: 'Run Containerization Tests'),
5657
booleanParam(name: 'confirm_before_continue', defaultValue: false, description: 'Confirmation button between stages'),
5758
booleanParam(name: 'push_new_custom_repositories', defaultValue: false, description: 'Force push new custom repositories for client tools if pipeline rerun after deployment'),

jenkins_pipelines/environments/manager-4.3-qe-build-validation-SLC

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ node('sumaform-cucumber-slc1') {
5151
booleanParam(name: 'must_boot_node', defaultValue: true, description: 'Bootstrap Node'),
5252
booleanParam(name: 'must_run_tests', defaultValue: true, description: 'Run Smoke Tests'),
5353
booleanParam(name: 'must_run_products_and_salt_migration_tests', defaultValue: false, description: 'Run products and Salt migration Tests'),
54-
booleanParam(name: 'must_prepare_retail', defaultValue: false, description: 'Prepare and run Retail'),
54+
booleanParam(name: 'must_prepare_retail', defaultValue: false, description: 'Prepare proxy and bootstrap build hosts'),
55+
booleanParam(name: 'must_test_retail_terminal', defaultValue: false, description: 'Test retail terminal deployments'),
5556
booleanParam(name: 'must_run_containerization_tests', defaultValue: true, description: 'Run Containerization Tests'),
5657
booleanParam(name: 'confirm_before_continue', defaultValue: false, description: 'Confirmation button between stages'),
5758
booleanParam(name: 'push_new_custom_repositories', defaultValue: false, description: 'Force push new custom repositories for client tools if pipeline rerun after deployment'),

jenkins_pipelines/environments/manager-5.0-micro-qe-build-validation-NUE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ node('sumaform-cucumber') {
5454
booleanParam(name: 'must_boot_node', defaultValue: true, description: 'Bootstrap Node'),
5555
booleanParam(name: 'must_run_tests', defaultValue: true, description: 'Run Smoke Tests'),
5656
booleanParam(name: 'must_run_products_and_salt_migration_tests', defaultValue: false, description: 'Run products and Salt migration Tests'),
57-
booleanParam(name: 'must_prepare_retail', defaultValue: false, description: 'Prepare and run Retail'),
57+
booleanParam(name: 'must_prepare_retail', defaultValue: false, description: 'Prepare proxy and bootstrap build hosts'),
58+
booleanParam(name: 'must_test_retail_terminal', defaultValue: false, description: 'Test retail terminal deployments'),
5859
booleanParam(name: 'confirm_before_continue', defaultValue: false, description: 'Confirmation button between stages'),
5960
booleanParam(name: 'push_new_custom_repositories', defaultValue: false, description: 'Force push new custom repositories for client tools if pipeline rerun after deployment'),
6061
text(name: 'mi_ids', defaultValue: '', description: 'MI Identifiers separated by comma or whitespaces (Option A)'),

jenkins_pipelines/environments/manager-5.0-micro-qe-build-validation-SLC

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ node('sumaform-cucumber-slc1') {
5454
booleanParam(name: 'must_boot_node', defaultValue: true, description: 'Bootstrap Node'),
5555
booleanParam(name: 'must_run_tests', defaultValue: true, description: 'Run Smoke Tests'),
5656
booleanParam(name: 'must_run_products_and_salt_migration_tests', defaultValue: false, description: 'Run products and Salt migration Tests'),
57-
booleanParam(name: 'must_prepare_retail', defaultValue: false, description: 'Prepare and run Retail'),
57+
booleanParam(name: 'must_prepare_retail', defaultValue: false, description: 'Prepare proxy and bootstrap build hosts'),
58+
booleanParam(name: 'must_test_retail_terminal', defaultValue: false, description: 'Test retail terminal deployments'),
5859
booleanParam(name: 'confirm_before_continue', defaultValue: false, description: 'Confirmation button between stages'),
5960
booleanParam(name: 'push_new_custom_repositories', defaultValue: false, description: 'Force push new custom repositories for client tools if pipeline rerun after deployment'),
6061
text(name: 'mi_ids', defaultValue: '', description: 'MI Identifiers separated by comma or whitespaces (Option A)'),

jenkins_pipelines/environments/manager-qe-continuous-build-validation-NUE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ node('sumaform-cucumber') {
5757
booleanParam(name: 'must_boot_node', defaultValue: true, description: 'Bootstrap Node'),
5858
booleanParam(name: 'must_run_tests', defaultValue: true, description: 'Run Smoke Tests'),
5959
booleanParam(name: 'must_run_products_and_salt_migration_tests', defaultValue: false, description: 'Run products and Salt migration Tests'),
60-
booleanParam(name: 'must_prepare_retail', defaultValue: false, description: 'Prepare and run Retail'),
60+
booleanParam(name: 'must_prepare_retail', defaultValue: false, description: 'Prepare proxy and bootstrap build hosts'),
61+
booleanParam(name: 'must_test_retail_terminal', defaultValue: false, description: 'Test retail terminal deployments'),
6162
booleanParam(name: 'confirm_before_continue', defaultValue: false, description: 'Confirmation button between stages'),
6263
booleanParam(name: 'push_new_custom_repositories', defaultValue: false, description: 'Force push new custom repositories for client tools if pipeline rerun after deployment'),
6364
text(name: 'mi_ids', defaultValue: '', description: 'MI Identifiers separated by comma or whitespaces (Option A)'),

jenkins_pipelines/environments/uyuni-master-qe-build-validation-NUE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ node('sumaform-cucumber') {
5555
booleanParam(name: 'must_boot_node', defaultValue: true, description: 'Bootstrap Node'),
5656
booleanParam(name: 'must_run_tests', defaultValue: true, description: 'Run Smoke Tests'),
5757
booleanParam(name: 'must_run_products_and_salt_migration_tests', defaultValue: false, description: 'Run products and Salt migration Tests'),
58-
booleanParam(name: 'must_prepare_retail', defaultValue: false, description: 'Prepare and run Retail'),
58+
booleanParam(name: 'must_prepare_retail', defaultValue: false, description: 'Prepare proxy and bootstrap build hosts'),
59+
booleanParam(name: 'must_test_retail_terminal', defaultValue: false, description: 'Test retail terminal deployments'),
5960
booleanParam(name: 'must_run_containerization_tests', defaultValue: true, description: 'Run Containerization Tests'),
6061
booleanParam(name: 'confirm_before_continue', defaultValue: false, description: 'Confirmation button between stages'),
6162
booleanParam(name: 'push_new_custom_repositories', defaultValue: false, description: 'Force push new custom repositories for client tools if pipeline rerun after deployment'),

jenkins_pipelines/environments/uyuni-master-qe-build-validation-SLC

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ node('sumaform-cucumber-slc1') {
5555
booleanParam(name: 'must_boot_node', defaultValue: true, description: 'Bootstrap Node'),
5656
booleanParam(name: 'must_run_tests', defaultValue: true, description: 'Run Smoke Tests'),
5757
booleanParam(name: 'must_run_products_and_salt_migration_tests', defaultValue: false, description: 'Run products and Salt migration Tests'),
58-
booleanParam(name: 'must_prepare_retail', defaultValue: false, description: 'Prepare and run Retail'),
58+
booleanParam(name: 'must_prepare_retail', defaultValue: false, description: 'Prepare proxy and bootstrap build hosts'),
59+
booleanParam(name: 'must_test_retail_terminal', defaultValue: false, description: 'Test retail terminal deployments'),
5960
booleanParam(name: 'must_run_containerization_tests', defaultValue: true, description: 'Run Containerization Tests'),
6061
booleanParam(name: 'confirm_before_continue', defaultValue: false, description: 'Confirmation button between stages'),
6162
booleanParam(name: 'push_new_custom_repositories', defaultValue: false, description: 'Force push new custom repositories for client tools if pipeline rerun after deployment'),

0 commit comments

Comments
 (0)