diff --git a/concourse/pipelines/pipeline.yml b/concourse/pipelines/pipeline.yml index a41b3fa408a5c3c1819c78b808875905468a86b4..3b0f594d965475d925bdb68ee497fd287ea39b8e 100644 --- a/concourse/pipelines/pipeline.yml +++ b/concourse/pipelines/pipeline.yml @@ -180,7 +180,7 @@ jobs: - aggregate: - get: gpdb_src passed: [compile_gpdb_centos6] - - get: sync_tools_gpdb_centos + - get: sync_tools_gpdb resource: sync_tools_gpdb_centos passed: [compile_gpdb_centos6] - get: bin_gpdb @@ -202,7 +202,7 @@ jobs: - aggregate: - get: gpdb_src passed: [compile_gpdb_centos6] - - get: sync_tools_gpdb_centos + - get: sync_tools_gpdb resource: sync_tools_gpdb_centos passed: [compile_gpdb_centos6] - get: bin_gpdb @@ -224,7 +224,7 @@ jobs: - aggregate: - get: gpdb_src passed: [compile_gpdb_centos6] - - get: sync_tools_gpdb_centos + - get: sync_tools_gpdb resource: sync_tools_gpdb_centos passed: [compile_gpdb_centos6] - get: bin_gpdb @@ -246,7 +246,7 @@ jobs: - aggregate: - get: gpdb_src passed: [compile_gpdb_centos6] - - get: sync_tools_gpdb_centos + - get: sync_tools_gpdb resource: sync_tools_gpdb_centos passed: [compile_gpdb_centos6] - get: bin_gpdb @@ -267,7 +267,7 @@ jobs: - aggregate: - get: gpdb_src passed: [compile_gpdb_centos6] - - get: sync_tools_gpdb_centos + - get: sync_tools_gpdb resource: sync_tools_gpdb_centos passed: [compile_gpdb_centos6] - get: bin_gpdb diff --git a/concourse/pipelines/pr_pipeline.yml b/concourse/pipelines/pr_pipeline.yml index f2159e90a9fdd337d8c07852976141c2648eba8c..ef918b7ac924dc6a4cf685ca07827ceccc683567 100644 --- a/concourse/pipelines/pr_pipeline.yml +++ b/concourse/pipelines/pr_pipeline.yml @@ -138,7 +138,7 @@ jobs: - aggregate: - get: gpdb_pr passed: [compile_gpdb_centos6] - - get: sync_tools_gpdb_centos + - get: sync_tools_gpdb resource: sync_tools_gpdb_centos passed: [compile_gpdb_centos6] - get: bin_gpdb diff --git a/concourse/scripts/common.bash b/concourse/scripts/common.bash index 1c29347a3e9d5c194be6553c10ac24ad025002e4..d541f566b96b986c5c0fa60e7a3e3f536829a62f 100644 --- a/concourse/scripts/common.bash +++ b/concourse/scripts/common.bash @@ -19,7 +19,7 @@ function install_gpdb() { } function install_sync_tools() { - tar -xzf sync_tools_gpdb_centos/sync_tools_gpdb.tar.gz -C gpdb_src/gpAux + tar -xzf sync_tools_gpdb/sync_tools_gpdb.tar.gz -C gpdb_src/gpAux } function configure() { diff --git a/concourse/tasks/gpMgmt_check_gpdb.yml b/concourse/tasks/gpMgmt_check_gpdb.yml index ee77d16af38789c50ef3c9a5dbf432e30a922245..984a66534fc4adebc2d41fc0820af3f97a6a8a63 100644 --- a/concourse/tasks/gpMgmt_check_gpdb.yml +++ b/concourse/tasks/gpMgmt_check_gpdb.yml @@ -4,7 +4,7 @@ image_resource: inputs: - name: gpdb_src - name: bin_gpdb - - name: sync_tools_gpdb_centos + - name: sync_tools_gpdb outputs: params: TEST_OS: "" diff --git a/concourse/tasks/ic_gpdb.yml b/concourse/tasks/ic_gpdb.yml index 91af330afc64a61cd05568412c4956c17b5ac5fb..65c0af1b47794d5f0f45095b4e14c2f1aa964035 100644 --- a/concourse/tasks/ic_gpdb.yml +++ b/concourse/tasks/ic_gpdb.yml @@ -4,7 +4,7 @@ image_resource: inputs: - name: gpdb_src - name: bin_gpdb - - name: sync_tools_gpdb_centos + - name: sync_tools_gpdb outputs: params: MAKE_TEST_COMMAND: ""