We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c31ef commit d3f9104Copy full SHA for d3f9104
tests/playbooks/roles/install-csi-cinder/tasks/main.yaml
@@ -195,7 +195,7 @@
195
-report-dir="/var/log/csi-pod" | tee "/var/log/csi-pod/cinder-csi-e2e.log"
196
register: functional_test_result
197
ignore_errors: true
198
- async: 5400 # wait 1h30m then fail and fetch the logs
+ async: 9000 # wait 2h30m then fail and fetch the logs
199
poll: 15
200
201
- name: Collect pod logs for debug purpose
tests/playbooks/roles/install-devstack/defaults/main.yaml
@@ -1,7 +1,7 @@
1
---
2
user: "stack"
3
workdir: "/home/{{ user }}/devstack"
4
-branch: "stable/2023.2"
+branch: "stable/2024.2"
5
enable_services:
6
- nova
7
- glance
0 commit comments