Skip to content

Commit

Permalink
CI: add pool lock release job for cf-for-k8s stability-pool
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Wittrock <[email protected]>
  • Loading branch information
jamespollard8 and Birdrock committed Nov 23, 2020
1 parent 1c2307c commit d951e7f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ci/pipelines/cf-for-k8s-stability-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ groups:
jobs:
- install-and-smoketest-sli
- long-lived-env-sli
- release-stability-pool-lock-manual
- name: long-lived-env
jobs:
- upgrade-long-lived-env-to-latest-main
Expand Down Expand Up @@ -384,6 +385,15 @@ jobs:
exit ${smoke_tests_exit_code}
- name: release-stability-pool-lock-manual
public: true
plan:
- get: stability-pool
ensure:
try:
put: stability-pool
params: {release: stability-pool}

- name: upgrade-long-lived-env-to-latest-main
serial: true
serial_groups: [long-lived-env]
Expand Down

0 comments on commit d951e7f

Please sign in to comment.