提交 deb715cb 编写于 作者: B Bradford D. Boyle

Update production pipeline with server-build artifacts

Authored-by: NBradford D. Boyle <bboyle@pivotal.io>
上级 b679ac6f
......@@ -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-09-24 15:34:03.143772
## Generated by gen_pipeline.py at: 2019-10-07 15:31:10.494520
## Template file: gpdb-tpl.yml
## OS Types: ['centos6', 'centos7', 'ubuntu18.04', 'win']
## Test Sections: ['ICW', 'Replication', 'ResourceGroups', 'Interconnect', 'CLI', 'UD', 'AA', 'Extensions', 'Gpperfmon']
......@@ -431,6 +431,13 @@ resources:
json_key: ((concourse-gcs-resources-service-account-key))
versioned_file: ((pipeline-name))/bin_gpdb_clients_centos6/bin_gpdb_clients.tar.gz
- name: server-build-centos6
type: gcs
source:
bucket: ((gcs-bucket))
json_key: ((concourse-gcs-resources-service-account-key))
regexp: server/published/master/server-build-(.*)-rhel6_x86_64((rc-build-type-gcs)).tar.gz
- name: bin_gpdb_centos6_icw_green
type: s3
source:
......@@ -503,6 +510,13 @@ resources:
json_key: ((concourse-gcs-resources-service-account-key))
versioned_file: ((pipeline-name))/bin_gpdb_clients_centos7/bin_gpdb_clients.tar.gz
- name: server-build-centos7
type: gcs
source:
bucket: ((gcs-bucket))
json_key: ((concourse-gcs-resources-service-account-key))
regexp: server/published/master/server-build-(.*)-rhel7_x86_64((rc-build-type-gcs)).tar.gz
- name: bin_gpdb_ubuntu18.04
type: gcs
source:
......@@ -517,6 +531,13 @@ resources:
json_key: ((concourse-gcs-resources-service-account-key))
versioned_file: ((pipeline-name))/bin_gpdb_clients_ubuntu18.04/bin_gpdb_clients.tar.gz
- name: server-build-ubuntu18.04
type: gcs
source:
bucket: ((gcs-bucket))
json_key: ((concourse-gcs-resources-service-account-key))
regexp: server/published/master/server-build-(.*)-ubuntu18.04_x86_64((rc-build-type-gcs)).tar.gz
- name: terraform_windows
type: terraform
source:
......@@ -794,6 +815,7 @@ jobs:
TARGET_OS: centos
TARGET_OS_VERSION: 6
BLD_TARGETS: "clients"
RC_BUILD_TYPE_GCS: ((rc-build-type-gcs))
- aggregate:
- put: bin_gpdb_centos6
params:
......@@ -801,6 +823,9 @@ jobs:
- put: bin_gpdb_clients_centos6
params:
file: gpdb_artifacts/gpdb-clients-centos6.tar.gz
- put: server-build-centos6
params:
file: gpdb_artifacts/server-build-*-rhel6*.tar.gz
- name: compile_gpdb_centos7
plan:
......@@ -826,6 +851,7 @@ jobs:
TARGET_OS: centos
TARGET_OS_VERSION: 7
BLD_TARGETS: "clients"
RC_BUILD_TYPE_GCS: ((rc-build-type-gcs))
- aggregate:
- put: bin_gpdb_centos7
params:
......@@ -833,6 +859,9 @@ jobs:
- put: bin_gpdb_clients_centos7
params:
file: gpdb_artifacts/gpdb-clients-centos7.tar.gz
- put: server-build-centos7
params:
file: gpdb_artifacts/server-build-*-rhel7*.tar.gz
- name: prepare_binary_swap_gpdb_centos6
plan:
......@@ -871,6 +900,7 @@ jobs:
TARGET_OS: ubuntu
TARGET_OS_VERSION: "18.04"
BLD_TARGETS: "clients"
RC_BUILD_TYPE_GCS: ((rc-build-type-gcs))
- aggregate:
- put: bin_gpdb_ubuntu18.04
params:
......@@ -878,6 +908,9 @@ jobs:
- put: bin_gpdb_clients_ubuntu18.04
params:
file: gpdb_artifacts/gpdb-clients-ubuntu18.04.tar.gz
- put: server-build-ubuntu18.04
params:
file: gpdb_artifacts/server-build-*-ubuntu18.04*.tar.gz
- name: compile_gpdb_clients_windows
serial: true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册