File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,20 +14,14 @@ jobs:
1414 - name : " master"
1515 openstack_version : " master"
1616 ubuntu_version : " 22.04"
17- use_system_scope : true
1817 additional_services : " openstack-cli-server"
1918 - name : " dalmatian"
2019 openstack_version : " stable/2024.2"
2120 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
2621 additional_services : " openstack-cli-server"
2722 - name : " caracal"
2823 openstack_version : " stable/2024.1"
2924 ubuntu_version : " 22.04"
30- use_system_scope : true
3125 additional_services : " "
3226 runs-on : ubuntu-${{ matrix.ubuntu_version }}
3327 name : Deploy OpenStack ${{ matrix.name }} with Ironic and run baremetal acceptance tests
8680 env :
8781 DEVSTACK_PATH : ${{ github.workspace }}/devstack
8882 OS_BRANCH : ${{ matrix.openstack_version }}
89- # TODO(dtantsur): default to true when no longer supporting versions before 2024.1
90- USE_SYSTEM_SCOPE : ${{ matrix.use_system_scope }}
83+ USE_SYSTEM_SCOPE : true
9184 - name : Generate logs on failure
9285 run : ./script/collectlogs
9386 if : failure()
You can’t perform that action at this time.
0 commit comments