From 899e933ba4e1fa4a0e901c66c944b18b50d55a67 Mon Sep 17 00:00:00 2001 From: Chris Hajas Date: Tue, 11 Sep 2018 10:44:56 -0700 Subject: [PATCH] ci: Temporarily remove ddboost jobs from rc The DDBoost tests require access to an instance that is currently experiencing network connectivity issues. We're removing these jobs from blocking the release until the networking issues are resolved. Authored-by: Chris Hajas --- concourse/pipelines/5X_STABLE-generated.yml | 20 ++++++++++---------- concourse/pipelines/gen_pipeline.py | 2 +- concourse/pipelines/templates/gpdb-tpl.yml | 18 +++++++++--------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/concourse/pipelines/5X_STABLE-generated.yml b/concourse/pipelines/5X_STABLE-generated.yml index 47e19507c4..a9720e1650 100644 --- a/concourse/pipelines/5X_STABLE-generated.yml +++ b/concourse/pipelines/5X_STABLE-generated.yml @@ -12,7 +12,7 @@ ## file (example: templates/gpdb-tpl.yml) and regenerate the pipeline ## using appropriate tool (example: gen_pipeline.py -t prod). ## ---------------------------------------------------------------------- -## Generated by gen_pipeline.py at: 2018-09-01 16:55:38.884770 +## Generated by gen_pipeline.py at: 2018-09-11 10:43:42.493472 ## Template file: gpdb-tpl.yml ## OS Types: ['centos6', 'centos7', 'sles', 'aix7', 'win', 'ubuntu16'] ## Test Sections: ['ICW', 'CS', 'MPP', 'MM', 'DPM', 'UD', 'FileRep', 'AA'] @@ -3589,9 +3589,9 @@ jobs: trigger: true passed: - DPM_backup-restore - - DPM_backup-restore_ddboost_part1 - - DPM_backup-restore_ddboost_part2 - - DPM_backup-restore_ddboost_part3 + # - DPM_backup-restore_ddboost_part1 + # - DPM_backup-restore_ddboost_part2 + # - DPM_backup-restore_ddboost_part3 # - DPM_backup-restore_netbackup_part1 # - DPM_backup-restore_netbackup_part2 # - DPM_backup-restore_netbackup_part3 @@ -3601,9 +3601,9 @@ jobs: - get: bin_gpdb_centos6 passed: - DPM_backup-restore - - DPM_backup-restore_ddboost_part1 - - DPM_backup-restore_ddboost_part2 - - DPM_backup-restore_ddboost_part3 + # - DPM_backup-restore_ddboost_part1 + # - DPM_backup-restore_ddboost_part2 + # - DPM_backup-restore_ddboost_part3 # - DPM_backup-restore_netbackup_part1 # - DPM_backup-restore_netbackup_part2 # - DPM_backup-restore_netbackup_part3 @@ -4246,9 +4246,9 @@ jobs: - regression_tests_gphdfs_hadoop_centos - regression_tests_gphdfs_mapr_centos - regression_tests_pxf - - DPM_backup-restore_ddboost_part1 - - DPM_backup-restore_ddboost_part2 - - DPM_backup-restore_ddboost_part3 + # - DPM_backup-restore_ddboost_part1 + # - DPM_backup-restore_ddboost_part2 + # - DPM_backup-restore_ddboost_part3 # - DPM_backup-restore_netbackup_part1 # - DPM_backup-restore_netbackup_part2 # - DPM_backup-restore_netbackup_part3 diff --git a/concourse/pipelines/gen_pipeline.py b/concourse/pipelines/gen_pipeline.py index 1cdc3bd1ad..8c707a6213 100755 --- a/concourse/pipelines/gen_pipeline.py +++ b/concourse/pipelines/gen_pipeline.py @@ -57,7 +57,7 @@ JOBS_THAT_ARE_GATES = ['gate_compile_start', 'gate_compile_end', 'gate_advanced_analytics_start', 'gate_advanced_analytics_end', 'gate_filerep_start', 'gate_filerep_end', 'gate_release_candidate_start'] -JOBS_THAT_ARE_PAUSED = ['DPM_backup-restore_netbackup_part1', 'DPM_backup-restore_netbackup_part2', 'DPM_backup-restore_netbackup_part3'] +JOBS_THAT_ARE_PAUSED = ['DPM_backup-restore_netbackup_part1', 'DPM_backup-restore_netbackup_part2', 'DPM_backup-restore_netbackup_part3', 'DPM_backup-restore_ddboost_part1', 'DPM_backup-restore_ddboost_part2', 'DPM_backup-restore_ddboost_part3'] JOBS_THAT_SHOULD_NOT_BLOCK_RELEASE = ['compile_gpdb_binary_swap_centos6'] + RELEASE_VALIDATOR_JOB + JOBS_THAT_ARE_GATES + JOBS_THAT_ARE_PAUSED def suggested_git_remote(): diff --git a/concourse/pipelines/templates/gpdb-tpl.yml b/concourse/pipelines/templates/gpdb-tpl.yml index e8f35358a1..b35057fa4e 100644 --- a/concourse/pipelines/templates/gpdb-tpl.yml +++ b/concourse/pipelines/templates/gpdb-tpl.yml @@ -3228,9 +3228,9 @@ jobs: trigger: true passed: - DPM_backup-restore - - DPM_backup-restore_ddboost_part1 - - DPM_backup-restore_ddboost_part2 - - DPM_backup-restore_ddboost_part3 + # - DPM_backup-restore_ddboost_part1 + # - DPM_backup-restore_ddboost_part2 + # - DPM_backup-restore_ddboost_part3 # - DPM_backup-restore_netbackup_part1 # - DPM_backup-restore_netbackup_part2 # - DPM_backup-restore_netbackup_part3 @@ -3240,9 +3240,9 @@ jobs: - get: bin_gpdb_centos6 passed: - DPM_backup-restore - - DPM_backup-restore_ddboost_part1 - - DPM_backup-restore_ddboost_part2 - - DPM_backup-restore_ddboost_part3 + # - DPM_backup-restore_ddboost_part1 + # - DPM_backup-restore_ddboost_part2 + # - DPM_backup-restore_ddboost_part3 # - DPM_backup-restore_netbackup_part1 # - DPM_backup-restore_netbackup_part2 # - DPM_backup-restore_netbackup_part3 @@ -3641,9 +3641,9 @@ jobs: - regression_tests_gphdfs_hadoop_centos - regression_tests_gphdfs_mapr_centos - regression_tests_pxf - - DPM_backup-restore_ddboost_part1 - - DPM_backup-restore_ddboost_part2 - - DPM_backup-restore_ddboost_part3 + # - DPM_backup-restore_ddboost_part1 + # - DPM_backup-restore_ddboost_part2 + # - DPM_backup-restore_ddboost_part3 # - DPM_backup-restore_netbackup_part1 # - DPM_backup-restore_netbackup_part2 # - DPM_backup-restore_netbackup_part3 -- GitLab