提交 c1bce560 编写于 作者: A Asim R P 提交者: Asim RP

Regenerate master pipeline config due to changes in template

上级 4bbfd0c3
......@@ -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-04-12 12:58:44.825699
## Generated by gen_pipeline.py at: 2019-04-18 17:20:05.458317
## Template file: gpdb-tpl.yml
## OS Types: ['centos6', 'centos7', 'sles', 'aix7', 'win', 'ubuntu16']
## Test Sections: ['ICW', 'Replication', 'ResourceGroups', 'Interconnect', 'CLI', 'UD', 'Extensions', 'Gpperfmon']
......@@ -284,8 +284,8 @@ resources:
- name: gpdb_src_binary_swap
type: git
source:
branch: master
uri: https://github.com/greenplum-db/gpdb.git
branch: {{gpdb-binary-swap-git-tag}}
uri: {{gpdb-binary-swap-git-remote}}
ignore_paths:
- gpdb-doc/*
- README*
......@@ -927,12 +927,12 @@ jobs:
trigger: true
- get: gpdb6-centos6-test
- task: ic_gpdb
file: gpdb_src/concourse/tasks/ic_gpdb.yml
file: gpdb_src/concourse/tasks/ic_gpdb_binary_swap.yml
image: gpdb6-centos6-test
params:
MAKE_TEST_COMMAND: -k PGOPTIONS='-c optimizer=off' installcheck-world
TEST_OS: centos
TEST_BINARY_SWAP: false
TEST_BINARY_SWAP: {{test-binary-swap}}
CONFIGURE_FLAGS: {{configure_flags}}
- name: icw_gporca_centos6
......@@ -1027,7 +1027,6 @@ jobs:
params:
MAKE_TEST_COMMAND: -k PGOPTIONS='-c optimizer=off' installcheck-world
TEST_OS: centos
TEST_BINARY_SWAP: false
CONFIGURE_FLAGS: {{configure_flags}}
- name: icw_gporca_sles11
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册