From 3c9fabf79e3c7f0af50ebff194c628e542918518 Mon Sep 17 00:00:00 2001 From: Tingfang Bao Date: Tue, 25 Jun 2019 14:58:08 +0800 Subject: [PATCH] Fix the bin_gpdb_clients_windows_rc gcs path Authored-by: Tingfang Bao --- concourse/pipelines/gpdb_6X_STABLE-generated.yml | 4 ++-- concourse/pipelines/templates/gpdb-tpl.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/concourse/pipelines/gpdb_6X_STABLE-generated.yml b/concourse/pipelines/gpdb_6X_STABLE-generated.yml index 26e6c15e6e..c20184664e 100644 --- a/concourse/pipelines/gpdb_6X_STABLE-generated.yml +++ b/concourse/pipelines/gpdb_6X_STABLE-generated.yml @@ -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-06-25 14:30:51.234041 +## Generated by gen_pipeline.py at: 2019-06-25 14:57:22.783904 ## Template file: gpdb-tpl.yml ## OS Types: ['centos6', 'centos7', 'ubuntu18.04', 'win'] ## Test Sections: ['ICW', 'Replication', 'ResourceGroups', 'Interconnect', 'CLI', 'UD', 'AA', 'Extensions', 'Gpperfmon'] @@ -553,7 +553,7 @@ resources: source: bucket: ((gcs-bucket)) json_key: ((concourse-gcs-resources-service-account-key)) - regexp: clients/published/master/greenplum-clients-(.*)-x86_64.msi + regexp: clients/published/gpdb6/greenplum-clients-(.*)-x86_64.msi - name: madlib_src type: git source: diff --git a/concourse/pipelines/templates/gpdb-tpl.yml b/concourse/pipelines/templates/gpdb-tpl.yml index d1ad084ae3..289cf3b35d 100644 --- a/concourse/pipelines/templates/gpdb-tpl.yml +++ b/concourse/pipelines/templates/gpdb-tpl.yml @@ -649,7 +649,7 @@ resources: source: bucket: ((gcs-bucket)) json_key: ((concourse-gcs-resources-service-account-key)) - regexp: clients/published/master/greenplum-clients-(.*)-x86_64.msi + regexp: clients/published/gpdb6/greenplum-clients-(.*)-x86_64.msi {% endif %} {% if "AA" in test_sections %} - name: madlib_src -- GitLab