Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

power off VMs and cleanup only if configured && build was successful or unstable #108

Open
jeichler opened this issue Jan 5, 2018 · 1 comment

Comments

@jeichler
Copy link
Collaborator

jeichler commented Jan 5, 2018

request from @pcfe
the VMs should only be shut down when

  • configured in the job config
  • and build was successful or unstable

right now I tend to put that in a subsequent job because of:

  • limitations in the pipeline (status for stages and steps rather than just on the build itself)
  • adds the possibility to cleanup and shutdown manually, via cron plus triggered by the pipeline job
  • can be reused by all existing soe-ci-pipeline jobs probably

@pcfe: you might want to state your opinion on that first, before i start implementing this

@pcfe
Copy link
Collaborator

pcfe commented Jan 5, 2018

@jeichler as just discussed, subsequent job is exactly what I want.
Please go ahead and implement.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants