未验证 提交 ae086f9f 编写于 作者: M Michael Roth 提交者: GitHub

Piipeline Restructuring (#3781)

* fixed merge conflics

* updated gate job list
上级 bc405b15
此差异已折叠。
......@@ -5,10 +5,11 @@ import re
import yaml
RELEASE_VALIDATOR_JOB = ['Release_Candidate']
JOBS_THAT_ARE_GATES = ['gate_compile_start', 'gate_compile_end', 'gate_icw_start', 'gate_icw_end',
'gate_mm_misc_start', 'gate_mm_misc_end', 'gate_general_misc_start', 'gate_general_misc_end',
'gate_filerep_start', 'gate_filerep_end', 'gate_cluster_start', 'gate_cluster_end',
'gate_nightly_start', 'gate_nightly_end', 'gate_cs_misc_start', 'gate_cs_misc_end']
JOBS_THAT_ARE_GATES = ['gate_compile_start', 'gate_compile_end', 'gate_icw_start',
'gate_icw_end', 'gate_cs_start', 'gate_cs_end', 'gate_mpp_start',
'gate_mpp_end', 'gate_mm_start', 'gate_mm_end', 'gate_dpm_start',
'gate_dpm_end', 'gate_ud_start', 'gate_ud_end', 'gate_filerep_start',
'gate_filerep_end']
JOBS_THAT_SHOULD_NOT_BLOCK_RELEASE = ['compile_gpdb_binary_swap_centos6', 'icw_gporca_centos6_gpos_memory'] + RELEASE_VALIDATOR_JOB + JOBS_THAT_ARE_GATES
pipeline_raw = open(os.environ['PIPELINE_FILE'],'r').read()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册