提交 899e933b 编写于 作者: C Chris Hajas

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: NChris Hajas <chajas@pivotal.io>
上级 8e13ac97
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
## file (example: templates/gpdb-tpl.yml) and regenerate the pipeline ## file (example: templates/gpdb-tpl.yml) and regenerate the pipeline
## using appropriate tool (example: gen_pipeline.py -t prod). ## 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 ## Template file: gpdb-tpl.yml
## OS Types: ['centos6', 'centos7', 'sles', 'aix7', 'win', 'ubuntu16'] ## OS Types: ['centos6', 'centos7', 'sles', 'aix7', 'win', 'ubuntu16']
## Test Sections: ['ICW', 'CS', 'MPP', 'MM', 'DPM', 'UD', 'FileRep', 'AA'] ## Test Sections: ['ICW', 'CS', 'MPP', 'MM', 'DPM', 'UD', 'FileRep', 'AA']
...@@ -3589,9 +3589,9 @@ jobs: ...@@ -3589,9 +3589,9 @@ jobs:
trigger: true trigger: true
passed: passed:
- DPM_backup-restore - DPM_backup-restore
- DPM_backup-restore_ddboost_part1 # - DPM_backup-restore_ddboost_part1
- DPM_backup-restore_ddboost_part2 # - DPM_backup-restore_ddboost_part2
- DPM_backup-restore_ddboost_part3 # - DPM_backup-restore_ddboost_part3
# - DPM_backup-restore_netbackup_part1 # - DPM_backup-restore_netbackup_part1
# - DPM_backup-restore_netbackup_part2 # - DPM_backup-restore_netbackup_part2
# - DPM_backup-restore_netbackup_part3 # - DPM_backup-restore_netbackup_part3
...@@ -3601,9 +3601,9 @@ jobs: ...@@ -3601,9 +3601,9 @@ jobs:
- get: bin_gpdb_centos6 - get: bin_gpdb_centos6
passed: passed:
- DPM_backup-restore - DPM_backup-restore
- DPM_backup-restore_ddboost_part1 # - DPM_backup-restore_ddboost_part1
- DPM_backup-restore_ddboost_part2 # - DPM_backup-restore_ddboost_part2
- DPM_backup-restore_ddboost_part3 # - DPM_backup-restore_ddboost_part3
# - DPM_backup-restore_netbackup_part1 # - DPM_backup-restore_netbackup_part1
# - DPM_backup-restore_netbackup_part2 # - DPM_backup-restore_netbackup_part2
# - DPM_backup-restore_netbackup_part3 # - DPM_backup-restore_netbackup_part3
...@@ -4246,9 +4246,9 @@ jobs: ...@@ -4246,9 +4246,9 @@ jobs:
- regression_tests_gphdfs_hadoop_centos - regression_tests_gphdfs_hadoop_centos
- regression_tests_gphdfs_mapr_centos - regression_tests_gphdfs_mapr_centos
- regression_tests_pxf - regression_tests_pxf
- DPM_backup-restore_ddboost_part1 # - DPM_backup-restore_ddboost_part1
- DPM_backup-restore_ddboost_part2 # - DPM_backup-restore_ddboost_part2
- DPM_backup-restore_ddboost_part3 # - DPM_backup-restore_ddboost_part3
# - DPM_backup-restore_netbackup_part1 # - DPM_backup-restore_netbackup_part1
# - DPM_backup-restore_netbackup_part2 # - DPM_backup-restore_netbackup_part2
# - DPM_backup-restore_netbackup_part3 # - DPM_backup-restore_netbackup_part3
......
...@@ -57,7 +57,7 @@ JOBS_THAT_ARE_GATES = ['gate_compile_start', 'gate_compile_end', ...@@ -57,7 +57,7 @@ JOBS_THAT_ARE_GATES = ['gate_compile_start', 'gate_compile_end',
'gate_advanced_analytics_start', 'gate_advanced_analytics_end', 'gate_advanced_analytics_start', 'gate_advanced_analytics_end',
'gate_filerep_start', 'gate_filerep_end', 'gate_filerep_start', 'gate_filerep_end',
'gate_release_candidate_start'] '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 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(): def suggested_git_remote():
......
...@@ -3228,9 +3228,9 @@ jobs: ...@@ -3228,9 +3228,9 @@ jobs:
trigger: true trigger: true
passed: passed:
- DPM_backup-restore - DPM_backup-restore
- DPM_backup-restore_ddboost_part1 # - DPM_backup-restore_ddboost_part1
- DPM_backup-restore_ddboost_part2 # - DPM_backup-restore_ddboost_part2
- DPM_backup-restore_ddboost_part3 # - DPM_backup-restore_ddboost_part3
# - DPM_backup-restore_netbackup_part1 # - DPM_backup-restore_netbackup_part1
# - DPM_backup-restore_netbackup_part2 # - DPM_backup-restore_netbackup_part2
# - DPM_backup-restore_netbackup_part3 # - DPM_backup-restore_netbackup_part3
...@@ -3240,9 +3240,9 @@ jobs: ...@@ -3240,9 +3240,9 @@ jobs:
- get: bin_gpdb_centos6 - get: bin_gpdb_centos6
passed: passed:
- DPM_backup-restore - DPM_backup-restore
- DPM_backup-restore_ddboost_part1 # - DPM_backup-restore_ddboost_part1
- DPM_backup-restore_ddboost_part2 # - DPM_backup-restore_ddboost_part2
- DPM_backup-restore_ddboost_part3 # - DPM_backup-restore_ddboost_part3
# - DPM_backup-restore_netbackup_part1 # - DPM_backup-restore_netbackup_part1
# - DPM_backup-restore_netbackup_part2 # - DPM_backup-restore_netbackup_part2
# - DPM_backup-restore_netbackup_part3 # - DPM_backup-restore_netbackup_part3
...@@ -3641,9 +3641,9 @@ jobs: ...@@ -3641,9 +3641,9 @@ jobs:
- regression_tests_gphdfs_hadoop_centos - regression_tests_gphdfs_hadoop_centos
- regression_tests_gphdfs_mapr_centos - regression_tests_gphdfs_mapr_centos
- regression_tests_pxf - regression_tests_pxf
- DPM_backup-restore_ddboost_part1 # - DPM_backup-restore_ddboost_part1
- DPM_backup-restore_ddboost_part2 # - DPM_backup-restore_ddboost_part2
- DPM_backup-restore_ddboost_part3 # - DPM_backup-restore_ddboost_part3
# - DPM_backup-restore_netbackup_part1 # - DPM_backup-restore_netbackup_part1
# - DPM_backup-restore_netbackup_part2 # - DPM_backup-restore_netbackup_part2
# - DPM_backup-restore_netbackup_part3 # - DPM_backup-restore_netbackup_part3
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册