-
Notifications
You must be signed in to change notification settings - Fork 2
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
Allow cleanup(test) to run regardless of deployment #40
Conversation
53c4bd2
to
3ec3bec
Compare
@EMaksy @CDimonaco Now this is ready to me reviewed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just left a question :)
@@ -25,9 +25,9 @@ jobs: | |||
|
|||
build-and-push-container-images: | |||
name: Build and push container images | |||
runs-on: ubuntu-22.04 | |||
runs-on: ubuntu-20.04 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the change to a lower version ?
Ubuntu 22 to Ubuntu 20 ?
Something python related?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR allows the cleanup playbook to be executed regardless if the deployment playbook finishes successfully or not.
The playbooks are tested in persistent machines running in the cloud and when a deployment run doesn't finish successfully, the machine is left in an undetermined state that might affect the execution of the next CI run. This PR: