We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b728a92 commit eafcf2cCopy full SHA for eafcf2c
1 file changed
.github/workflows/functional-baremetal.yaml
@@ -14,12 +14,15 @@ jobs:
14
- name: "master"
15
openstack_version: "master"
16
ubuntu_version: "22.04"
17
+ # NOTE(dtantsur): this forces running tests with a system scope
18
+ # token, which is required for certain actions. Use "all" on
19
+ # versions starting with 2024.1.
20
os_system_scope: "all"
21
additional_services: "openstack-cli-server"
22
- name: "caracal"
23
openstack_version: "stable/2024.1"
24
- os_system_scope: ""
25
+ os_system_scope: "all"
26
additional_services: ""
27
- name: "bobcat"
28
openstack_version: "stable/2023.2"
0 commit comments