提交 5b9992c1 编写于 作者: T Tingfang Bao

Remove compile_gpdb_open_source_centos6 job

Authored-by: NTingfang Bao <bbao@pivotal.io>
上级 85725149
......@@ -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: 2019-07-03 07:53:05.974319
## Generated by gen_pipeline.py at: 2019-07-10 11:35:05.299221
## Template file: gpdb-tpl.yml
## OS Types: ['centos6', 'centos7', 'ubuntu18.04', 'win']
## Test Sections: ['ICW', 'Replication', 'ResourceGroups', 'Interconnect', 'CLI', 'UD', 'Extensions', 'Gpperfmon']
......@@ -32,7 +32,6 @@ groups:
- concourse_unit_tests
- compile_gpdb_centos6
- compile_gpdb_binary_swap_centos6
- compile_gpdb_open_source_centos6
- compile_gpdb_centos7
- compile_gpdb_ubuntu18.04
- compile_gpdb_clients_windows
......@@ -108,7 +107,6 @@ groups:
jobs:
- compile_gpdb_centos6
- compile_gpdb_binary_swap_centos6
- compile_gpdb_open_source_centos6
- compile_gpdb_centos7
- compile_gpdb_ubuntu18.04
- compile_gpdb_clients_windows
......@@ -786,21 +784,6 @@ jobs:
params:
file: gpdb_artifacts/gpdb-clients-centos7.tar.gz
- name: compile_gpdb_open_source_centos6
public: true
plan:
- aggregate:
- get: reduced-frequency-trigger
trigger: ((reduced-frequency-trigger-flag))
- get: gpdb_src
trigger: ((gpdb_src-trigger-flag))
- get: gpdb6-centos6-build
- task: compile_gpdb
image: gpdb6-centos6-build
file: gpdb_src/concourse/tasks/compile_gpdb_open_source_centos.yml
params:
CONFIGURE_FLAGS: {{configure_flags}}
- name: compile_gpdb_binary_swap_centos6
plan:
# This acts like a cache as this job will only be run once to get a
......@@ -3055,7 +3038,6 @@ jobs:
trigger: true
passed:
- compile_gpdb_centos6
- compile_gpdb_open_source_centos6
- compile_gpdb_centos7
- compile_gpdb_ubuntu18.04
- icw_planner_centos6
......
......@@ -48,7 +48,6 @@ groups:
{% if "centos6" in os_types %}
- compile_gpdb_centos6
- compile_gpdb_binary_swap_centos6
- compile_gpdb_open_source_centos6
{% endif %}
{% if "centos7" in os_types %}
- compile_gpdb_centos7
......@@ -151,7 +150,6 @@ groups:
{% if "centos6" in os_types %}
- compile_gpdb_centos6
- compile_gpdb_binary_swap_centos6
- compile_gpdb_open_source_centos6
{% endif %}
{% if "centos7" in os_types %}
- compile_gpdb_centos7
......@@ -959,23 +957,6 @@ jobs:
params:
file: gpdb_artifacts/gpdb-clients-centos7.tar.gz
{% endif %}
{% if "centos6" in os_types %}
- name: compile_gpdb_open_source_centos6
public: true
plan:
- aggregate:
- get: reduced-frequency-trigger
trigger: ((reduced-frequency-trigger-flag))
- get: gpdb_src
trigger: ((gpdb_src-trigger-flag))
- get: gpdb6-centos6-build
- task: compile_gpdb
image: gpdb6-centos6-build
file: gpdb_src/concourse/tasks/compile_gpdb_open_source_centos.yml
params:
CONFIGURE_FLAGS: {{configure_flags}}
{% endif %}
{% if "centos6" in os_types %}
- name: compile_gpdb_binary_swap_centos6
......@@ -2035,7 +2016,6 @@ jobs:
trigger: true
passed:
- compile_gpdb_centos6
- compile_gpdb_open_source_centos6
- compile_gpdb_centos7
- compile_gpdb_ubuntu18.04
- icw_planner_centos6
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册