Skip to content

Commit

Permalink
ci: setup autobumping for windows cf CLI blob (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlong authored Sep 12, 2023
1 parent 643980a commit 20978f2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ resources:
source:
uri: https://github.com/bosh-packages/golang-release.git

- name: cf-cli-release
type: github-release
source:
owner: cloudfoundry
repository: cli
tag_filter: "v8.*"

jobs:
- name: update-cf-smoke-tests
serial: true
Expand Down Expand Up @@ -142,6 +149,8 @@ jobs:
- get: golang-release
trigger: true
passed: [update-cf-smoke-tests]
- get: cf-cli-release
trigger: true
- get: runtime-ci
- get: cf-smoke-tests-release
- task: bump-cf-smoke-tests-submodule
Expand All @@ -163,6 +172,20 @@ jobs:
options:
access_key_id: ((cf_release_blobs_buckets_access_key_id))
secret_access_key: ((cf_release_blobs_buckets_secrect_access_key))
- task: bump-cf-cli-windows-blob
file: runtime-ci/tasks/bump-cf-cli-windows-blob/task.yml
input_mapping:
release-repo: cf-smoke-tests-release
output_mapping:
updated-release-repo: cf-smoke-tests-release
params:
PRIVATE_YML: |
---
blobstore:
provider: s3
options:
access_key_id: ((cf_release_blobs_buckets_access_key_id))
secret_access_key: ((cf_release_blobs_buckets_secrect_access_key))
- put: cf-smoke-tests-release
params:
repository: cf-smoke-tests-release
Expand Down

0 comments on commit 20978f2

Please sign in to comment.