-
Notifications
You must be signed in to change notification settings - Fork 629
tests: Bump DevStack to Caracal (2024.1) #2888
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: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
fd4f945
to
842e458
Compare
While boskos will reap most resources for us, it doesn't reap images [1]. This has resulted in us using the same image for who knows how long at this point. Stick with Ubuntu 22.04 (which we've been using all along) and encode the Ubuntu version to prevent us picking up other version by mistake. We can switch to Ubuntu 24.04 when we move to Dalmatian or Epoxy. [1] https://github.com/kubernetes-sigs/boskos/blob/5993cef5a1c719c33c0936d416b7d935058e1204/cmd/janitor/gcp_janitor.py#L46-L88 Signed-off-by: Stephen Finucane <[email protected]>
Signed-off-by: Stephen Finucane <[email protected]>
It's all Python 3 now, baby. Signed-off-by: Stephen Finucane <[email protected]>
Signed-off-by: Stephen Finucane <[email protected]>
Per the Ansible 2.19 porting guide [1]. [1] https://ansible.readthedocs.io/projects/ansible-core/devel/porting_guides/porting_guide_core_2.19.html Signed-off-by: Stephen Finucane <[email protected]>
842e458
to
c093523
Compare
So that we actually get test results. Signed-off-by: Stephen Finucane <[email protected]>
Add a timeout to the Manila job and otherwise move some lines around. Signed-off-by: Stephen Finucane <[email protected]>
c093523
to
2a8f331
Compare
For some reason the Ansible timeout kicked in rather than the Ginkgo one. I've increased the gap between the two in case we have some very slow tests (which I guess we do). |
/retest |
@stephenfin: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
@stephenfin have you applied all the patches we have in gophercloud? the timeouts could be caused by 500/400 response codes in API. |
What this PR does / why we need it:
Bump the version of DevStack used in CI from Bobcat (2023.2), which is now EOL, to Caracal (2024.1). A future change will bump this further to Dalmatian (2024.2) and then Epoxy (2025.1).
Which issue this PR fixes(if applicable):
(none)
Special notes for reviewers:
(none)
Release note: