You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[release-1.31] tests: Bump DevStack to Epoxy (2025.1) (#2977)
* tests: Bump DevStack to Epoxy (2025.1) (#2742)
* tests: Prefer ginkgo timeout
So that we actually get test results.
Signed-off-by: Stephen Finucane <[email protected]>
* tests: Align opts for Cinder, Manila tests
Add a timeout to the Manila job and otherwise move some lines around.
Signed-off-by: Stephen Finucane <[email protected]>
* tests: Suffix image version
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.
Encode the Ubuntu version to prevent us picking up other version by
mistake.
[1] https://github.com/kubernetes-sigs/boskos/blob/5993cef5a1c719c33c0936d416b7d935058e1204/cmd/janitor/gcp_janitor.py#L46-L88
Signed-off-by: Stephen Finucane <[email protected]>
* tests: Bump DevStack to Epoxy (2025.1)
Signed-off-by: Stephen Finucane <[email protected]>
* tests: Bump amphora image
Use the Ubuntu 24.04 version, rather than the 22.04 version.
This aligns with what we're using for DevStack itself.
Signed-off-by: Stephen Finucane <[email protected]>
* devstack: Remove USE_PYTHON3
It's all Python 3 now, baby.
Signed-off-by: Stephen Finucane <[email protected]>
* tests: Install Ansible from Debian Testing
Signed-off-by: Stephen Finucane <[email protected]>
* tests: Correct broken conditions
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]>
* tests: Decrease device detach timeout
Wait less time before retrying.
Signed-off-by: Stephen Finucane <[email protected]>
---------
Signed-off-by: Stephen Finucane <[email protected]>
* Bump CSI test timeouts (#2966)
* Bump CSI test timeouts
We have worked around Nova bug #2119114 by lowering the device detach
threshold to 1 second. Unfortunately this still leaves us with a N
seconds of additional runtime, where N is the number of device detaches
incurred by our test suite (since we run tests serially). This has put
us right on the cusp of timeouts, meaning our jobs occasionally pass and
occasionally fail, depending on the node we end up on. Add a bit more
breathing room for the jobs while we wait for the Nova fix.
Note that we do this for both Cinder and Manila to try keep those jobs
consistent where possible.
[1] https://bugs.launchpad.net/nova/+bug/2119114
Signed-off-by: Stephen Finucane <[email protected]>
* tests: Temporarily remove share v1 endpoint
Signed-off-by: Stephen Finucane <[email protected]>
---------
Signed-off-by: Stephen Finucane <[email protected]>
---------
Signed-off-by: Stephen Finucane <[email protected]>
Co-authored-by: Stephen Finucane <[email protected]>
0 commit comments