ci/functional: fix ubuntu version & add antelope#2762
Merged
mandre merged 5 commits intogophercloud:masterfrom Sep 8, 2023
Merged
ci/functional: fix ubuntu version & add antelope#2762mandre merged 5 commits intogophercloud:masterfrom
mandre merged 5 commits intogophercloud:masterfrom
Conversation
Since openstack/devstack@427a4e1 We don't support focal anymore in devstack-master. We need to run 22.04 from now. Note: some workflows already had it right but it wasn't consistent across all services.
Contributor
Author
|
The failures seems to be related to volume attachment on the Ubuntu 22.04, we didn't have these issues before I think and this PR bumps the Ubuntu version. I'll dig that out. |
Contributor
Author
|
The error seems to happen when running |
Member
|
Do you think we'd get fewer failures by spinning off the Ubuntu bump to another PR? |
Contributor
Author
The issue will be the same on Antelope and Master; so I'll use this PR. |
tgt has been broken for some time in the upstream CI and we were told by Cinder devs to use lioadm for the helper. Let's switch to it for more stable jobs.
With `lioadm` being the recommended iscsi helper, we need a real IQN; not a fake one. Let's just not specify the connector. Related gophercloud#2768
mandre
approved these changes
Sep 8, 2023
Contributor
mandre
left a comment
There was a problem hiding this comment.
LGTM
Let's merge what we have know and fix the remaining failures in subsequent commits.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
anteloperelease in the matrixlioadm(supported and stable) and nottgtd(broken)Fixes #2756