-
Notifications
You must be signed in to change notification settings - Fork 557
tests: fix failing rabbitmq service #3376
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
Conversation
c30870b
to
02ac4b3
Compare
bc9cc32
to
74336fb
Compare
wth? may it be the broken azure VM automation? |
54a8dd1
to
01ad9d9
Compare
should be fixed with the https://github.com/gophercloud/devstack-action/releases/tag/v0.17 |
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.
You missed one
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.
There's a bug here. Annoyingly GitHub doesn't report it as such (see https://github.com/orgs/community/discussions/114370)
@@ -31,7 +31,7 @@ jobs: | |||
- name: Work around broken dnsmasq | |||
run: sudo apt-get purge -y dnsmasq-base | |||
- name: Deploy devstack | |||
uses: EmilienM/devstack-action@e82a9cbead099cba72f99537e82a360c3e319c69 | |||
uses: gophercloud@devstack-action@v0.17 |
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.
uses: gophercloud@[email protected] | |
uses: gophercloud/[email protected] |
I am fixing as part of #3377. |
Fixes #[PUT ISSUE NUMBER HERE]
Links to the line numbers/files in the OpenStack source code that support the
code in this PR:
[PUT URLS HERE]