未验证 提交 4645fb87 编写于 作者: L Lav Jain 提交者: GitHub

Push gpdb artifact to S3 when ICW is green (prod only) (#4399)

上级 a6e8d2e4
......@@ -343,6 +343,15 @@ resources:
secret_access_key: {{bucket-secret-access-key}}
versioned_file: {{bin_gpdb_centos_versioned_file}}
- name: bin_gpdb_centos6_icw_green
type: s3
source:
access_key_id: {{bucket-access-key-id}}
bucket: {{bucket-name}}
region_name: {{aws-region}}
secret_access_key: {{bucket-secret-access-key}}
versioned_file: bin_gpdb_centos6/gpdb_branch_master/icw_green/bin_gpdb.tar.gz
- name: pxf_tarball
type: s3
source:
......@@ -1351,6 +1360,9 @@ jobs:
- icw_gporca_sles12
- icw_planner_sles12
trigger: true
- put: bin_gpdb_centos6_icw_green
params:
file: bin_gpdb_centos6/bin_gpdb.tar.gz
## ======================================================================
## ____ ____
......
......@@ -441,6 +441,17 @@ resources:
secret_access_key: {{bucket-secret-access-key}}
versioned_file: {{bin_gpdb_centos_versioned_file}}
{% endif %}
{% if pipeline_type == "prod" %}
- name: bin_gpdb_centos6_icw_green
type: s3
source:
access_key_id: {{bucket-access-key-id}}
bucket: {{bucket-name}}
region_name: {{aws-region}}
secret_access_key: {{bucket-secret-access-key}}
versioned_file: bin_gpdb_centos6/gpdb_branch_master/icw_green/bin_gpdb.tar.gz
{% endif %}
{% if "UD" in test_sections %}
- name: pxf_tarball
......@@ -1549,6 +1560,11 @@ jobs:
- icw_planner_sles12
{% endif %}
trigger: true
{% if pipeline_type == "prod" %}
- put: bin_gpdb_centos6_icw_green
params:
file: bin_gpdb_centos6/bin_gpdb.tar.gz
{% endif %}
{% endif %}
{% if "CS" in test_sections %}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册