File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,14 @@ jobs:
14
14
- name : " master"
15
15
openstack_version : " master"
16
16
ubuntu_version : " 22.04"
17
- use_system_scope : true
18
17
additional_services : " openstack-cli-server"
19
18
- name : " dalmatian"
20
19
openstack_version : " stable/2024.2"
21
20
ubuntu_version : " 22.04"
22
- # NOTE(dtantsur): this forces running tests with a system scope
23
- # token, which is required for certain actions. Use it on versions
24
- # starting with 2024.1.
25
- use_system_scope : true
26
21
additional_services : " openstack-cli-server"
27
22
- name : " caracal"
28
23
openstack_version : " stable/2024.1"
29
24
ubuntu_version : " 22.04"
30
- use_system_scope : true
31
25
additional_services : " "
32
26
runs-on : ubuntu-${{ matrix.ubuntu_version }}
33
27
name : Deploy OpenStack ${{ matrix.name }} with Ironic and run baremetal acceptance tests
93
87
DEVSTACK_PATH : ${{ github.workspace }}/devstack
94
88
PACKAGE : " ./internal/acceptance/openstack/baremetal/..."
95
89
OS_BRANCH : ${{ matrix.openstack_version }}
96
- # TODO(dtantsur): default to true when no longer supporting versions before 2024.1
97
- USE_SYSTEM_SCOPE : ${{ matrix.use_system_scope }}
90
+ USE_SYSTEM_SCOPE : true
98
91
- name : Generate logs on failure
99
92
run : ./script/collectlogs
100
93
if : failure()
You can’t perform that action at this time.
0 commit comments