提交 8bb057ac 编写于 作者: P Peifeng Qiu

Remove bin_gpdb_clients_windows_rc

上级 c2574cc4
......@@ -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: 2020-09-30 10:24:09.408313
## Generated by gen_pipeline.py at: 2020-09-30 10:45:05.161721
## Template file: gpdb-tpl.yml
## OS Types: ['centos6', 'centos7', 'ubuntu18.04', 'win']
## Test Sections: ['ICW', 'Replication', 'ResourceGroups', 'Interconnect', 'CLI', 'UD', 'Extensions']
......@@ -555,12 +555,6 @@ resources:
json_key: ((concourse-gcs-resources-service-account-key))
versioned_file: ((pipeline-name))/bin_gpdb_clients_windows/greenplum-clients-x86_64.tar.gz
- name: bin_gpdb_clients_windows_rc
type: gcs
source:
bucket: ((gcs-bucket))
json_key: ((concourse-gcs-resources-service-account-key))
regexp: clients/published/master/clients-rc-*-windows_x86_64((rc-build-type-gcs)).msi
- name: reduced-frequency-trigger
type: time
......@@ -3347,9 +3341,6 @@ jobs:
- get: bin_gpdb_clients_ubuntu18.04
passed:
- compile_gpdb_ubuntu18.04
- get: bin_gpdb_clients_windows
passed:
- compile_gpdb_clients_windows
- name: Publish Server Builds
plan:
......@@ -3396,8 +3387,6 @@ jobs:
- get: bin_gpdb_clients_ubuntu18.04
trigger: true
passed: [gate_release_candidate_start]
- get: bin_gpdb_clients_windows
passed: [gate_release_candidate_start]
- get: gpdb7-centos7-build
- in_parallel:
steps:
......@@ -3421,9 +3410,6 @@ jobs:
- put: bin_gpdb_clients_ubuntu18.04_rc
params:
file: "release_candidates/clients-rc-*ubuntu18.04*.tar.gz"
- put: bin_gpdb_clients_windows_rc
params:
file: "release_candidates/clients-rc-*-windows*.msi"
## ======================================================================
......
......@@ -633,12 +633,6 @@ resources:
json_key: ((concourse-gcs-resources-service-account-key))
versioned_file: ((pipeline-name))/bin_gpdb_clients_windows/greenplum-clients-x86_64.tar.gz
- name: bin_gpdb_clients_windows_rc
type: gcs
source:
bucket: ((gcs-bucket))
json_key: ((concourse-gcs-resources-service-account-key))
regexp: clients/published/master/clients-rc-*-windows_x86_64((rc-build-type-gcs)).msi
{% endif %}
{% if "AA" in test_sections %}
- name: madlib_src
......@@ -1855,9 +1849,6 @@ jobs:
- get: bin_gpdb_clients_ubuntu18.04
passed:
- compile_gpdb_ubuntu18.04
- get: bin_gpdb_clients_windows
passed:
- compile_gpdb_clients_windows
- name: Publish Server Builds
plan:
......@@ -1904,8 +1895,6 @@ jobs:
- get: bin_gpdb_clients_ubuntu18.04
trigger: true
passed: [gate_release_candidate_start]
- get: bin_gpdb_clients_windows
passed: [gate_release_candidate_start]
- get: gpdb7-centos7-build
- in_parallel:
steps:
......@@ -1929,9 +1918,6 @@ jobs:
- put: bin_gpdb_clients_ubuntu18.04_rc
params:
file: "release_candidates/clients-rc-*ubuntu18.04*.tar.gz"
- put: bin_gpdb_clients_windows_rc
params:
file: "release_candidates/clients-rc-*-windows*.msi"
{% endif %}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册