-
Notifications
You must be signed in to change notification settings - Fork 261
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
🌱 ci: Several CI fixes #1718
🌱 ci: Several CI fixes #1718
Conversation
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mdbooth The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The default is now '--short' and '--short' option has been removed. Breaking change from this commit: kubernetes/kubernetes@3f07fc3 Signed-off-by: Mathieu Tortuyaux <[email protected]>
As stated in the error message when using 'pip install': > To install Python packages system-wide, try apt install > python3-xyz, where xyz is the package you are trying to > install. Signed-off-by: Mathieu Tortuyaux <[email protected]>
Signed-off-by: Mathieu Tortuyaux <[email protected]>
Also revert bump to Ubuntu 2204 until we bump OpenStack to match.
d545fc3
to
e5da88f
Compare
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
/hold cancel |
/lgtm |
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
/cherry-pick release-0.8 |
@jichenjc: #1718 failed to apply on top of branch "release-0.8":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This PR contains several critical fixes, all of which are required for passing CI.
Firstly, fixes several issues which seem to stem from a bump in the base prow image.
Secondly, reverts the effect of #1716 by putting the devstack image back to Ubuntu 20.04. Devstack for OpenStack Yoga does not support Ubuntu 22.04.
Lastly, fixes a GCE provisioning issue which prevented #1716 from being tested properly. It looks like we could non-deterministically reuse an old disk image depending on which zone we landed in, meaning we were not necessarily testing the change in the PR under test.
Fixes: #1717
/hold