Skip to content

Commit

Permalink
[tests] bump openstack branch to stable/2024.2 (#2720)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrus authored Nov 19, 2024
1 parent f1c31ef commit d3f9104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/playbooks/roles/install-csi-cinder/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
-report-dir="/var/log/csi-pod" | tee "/var/log/csi-pod/cinder-csi-e2e.log"
register: functional_test_result
ignore_errors: true
async: 5400 # wait 1h30m then fail and fetch the logs
async: 9000 # wait 2h30m then fail and fetch the logs
poll: 15

- name: Collect pod logs for debug purpose
Expand Down
2 changes: 1 addition & 1 deletion tests/playbooks/roles/install-devstack/defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
user: "stack"
workdir: "/home/{{ user }}/devstack"
branch: "stable/2023.2"
branch: "stable/2024.2"
enable_services:
- nova
- glance
Expand Down

0 comments on commit d3f9104

Please sign in to comment.