-
Notifications
You must be signed in to change notification settings - Fork 116
test/api/azure.sh cloud cleaning fixes #4943
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
base: main
Are you sure you want to change the base?
Conversation
The P in IP should be uppercase. :/
croissanne
left a comment
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.
wow
supakeen
left a comment
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.
aCK!
75473bb
d7957a6 to
75473bb
Compare
|
ugh, I had to convince shellcheck that using sed is fine. |
The comment mentioned that vnets are re-used between tests but that's clearly not true as we use unique names for them. Let's clean them up as well so we don't have to rely on cloud-cleaner as a fallback.
75473bb to
0248ac2
Compare
|
From https://gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/-/jobs/12194791914: 🎉 |
test/api/azure.sh: fix public IP address clean up
The P in IP should be uppercase. :/
test/api/azure.sh: delete vnets too
The comment mentioned that vnets are re-used between tests but that's
clearly not true as we use unique names for them. Let's clean them up
as well so we don't have to rely on cloud-cleaner as a fallback.