Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9e0418

Browse files
committed
Simplify functional-baremetal jobs
All versions use system scope now. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 1514ebc commit f9e0418

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/functional-baremetal.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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
@@ -86,8 +80,7 @@ jobs:
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()

0 commit comments

Comments
 (0)