未验证 提交 f9dd6ba0 编写于 作者: L Lisa Oakley 提交者: GitHub

ci: pr_pipeline: Separate sync_tools from compilation (#5214)

This is related to the work we have done to fix the sles11 and windows
compilation failures.
Co-authored-by: NLisa Oakley <loakley@pivotal.io>
Co-authored-by: NAlexandra Wang <lewang@pivotal.io>
上级 b28d0297
......@@ -55,6 +55,21 @@ jobs:
path: gpdb_pr
status: pending
- task: sync_tools_centos6
file: gpdb_pr/concourse/tasks/sync_tools.yml
image: centos-gpdb-dev-6
input_mapping:
gpdb_src: gpdb_pr
params:
IVYREPO_HOST: {{ivyrepo_host}}
IVYREPO_REALM: {{ivyrepo_realm}}
IVYREPO_USER: {{ivyrepo_user}}
IVYREPO_PASSWD: {{ivyrepo_passwd}}
TARGET_OS: centos
TARGET_OS_VERSION: 6
TASK_OS: centos
TASK_OS_VERSION: 6
- aggregate:
- task: compile_gpdb_open_source_centos6
file: gpdb_pr/concourse/tasks/compile_gpdb_open_source_centos.yml
......@@ -77,10 +92,6 @@ jobs:
gpdb_src: gpdb_pr
on_failure: *pr_failure
params:
IVYREPO_HOST: {{ivyrepo_host}}
IVYREPO_REALM: {{ivyrepo_realm}}
IVYREPO_USER: {{ivyrepo_user}}
IVYREPO_PASSWD: {{ivyrepo_passwd}}
CONFIGURE_FLAGS: {{configure_flags}}
TARGET_OS: centos
TARGET_OS_VERSION: 6
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册