Skip to content

Commit d3f9104

Browse files
authored
[tests] bump openstack branch to stable/2024.2 (#2720)
1 parent f1c31ef commit d3f9104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/playbooks/roles/install-csi-cinder/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
-report-dir="/var/log/csi-pod" | tee "/var/log/csi-pod/cinder-csi-e2e.log"
196196
register: functional_test_result
197197
ignore_errors: true
198-
async: 5400 # wait 1h30m then fail and fetch the logs
198+
async: 9000 # wait 2h30m then fail and fetch the logs
199199
poll: 15
200200

201201
- name: Collect pod logs for debug purpose

tests/playbooks/roles/install-devstack/defaults/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
user: "stack"
33
workdir: "/home/{{ user }}/devstack"
4-
branch: "stable/2023.2"
4+
branch: "stable/2024.2"
55
enable_services:
66
- nova
77
- glance

0 commit comments

Comments
 (0)