Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "bosh clean-up" job #1

Merged
merged 2 commits into from
Oct 21, 2021
Merged

Add "bosh clean-up" job #1

merged 2 commits into from
Oct 21, 2021

Conversation

jochenehret
Copy link
Contributor

  • automatically remove unneeded old BOSH releases and orphaned resources

* automatically remove unneeded old BOSH releases and orphaned resources
serial: true
plan:
- get: cf-deployment-concourse-tasks
- get: bbl-state
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bbl-state doesn't changed in this job, so bosh-clean-up job will not automatically triggered.
we advise, add cf-deployment in get, which means, if there is a new cf-deployment, bosh-clean-up job will run after bosh-deploy, like:
- get: cf-deployment passed: - bosh-deploy trigger: true

@WeiQuan0605 WeiQuan0605 merged commit 17833a5 into main Oct 21, 2021
@WeiQuan0605 WeiQuan0605 deleted the add_bosh_cleanup_job branch October 21, 2021 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants