Skip to content

Commit

Permalink
ci: Use dev bucket temporarily for binswap artifact
Browse files Browse the repository at this point in the history
This is a follow-up to 6642e47, so we
can pull the artifact from the dev bucket instead.

We should revert once we tag 7.2.0.

Co-authored-by: Huansong Fu <fuhuansong@gmail.com>
Co-authored-by: Kate Dontsova <kate.dontsova@broadcom.com>
  • Loading branch information
3 people committed Apr 3, 2024
1 parent 5bd68fc commit b669ae9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions concourse/pipelines/gpdb_main-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2024-04-02 11:05:35.477207
## Generated by gen_pipeline.py at: 2024-04-03 11:49:46.541881
## Template file: gpdb-tpl.yml
## OS Types:
## Test Sections: ['icw', 'cli', 'release']
Expand Down Expand Up @@ -417,7 +417,9 @@ resources:
- name: previous_gpdb
type: gcs
source:
bucket: ((gcs-bucket-intermediates))
# FIXME: hard coded until we do the 7.2.0 tagging. Revert to ((gcs-bucket-intermediates))
# once 7.2.0 is tagged.
bucket: pivotal-gpdb-concourse-resources-intermediates-dev
json_key: ((concourse-gcs-resources-service-account-key))
versioned_file: addcol-binswap-rc-only/bin_gpdb/bin_gpdb.tar.gz

Expand Down
4 changes: 3 additions & 1 deletion concourse/pipelines/templates/gpdb-tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,9 @@ resources:
- name: previous_gpdb
type: gcs
source:
bucket: ((gcs-bucket-intermediates))
# FIXME: hard coded until we do the 7.2.0 tagging. Revert to ((gcs-bucket-intermediates))
# once 7.2.0 is tagged.
bucket: pivotal-gpdb-concourse-resources-intermediates-dev
json_key: ((concourse-gcs-resources-service-account-key))
versioned_file: addcol-binswap-rc-only/bin_gpdb/bin_gpdb.tar.gz
{% endif %}
Expand Down

0 comments on commit b669ae9

Please sign in to comment.