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

Skip to content

Commit 5a00cd2

Browse files
authored
Simplify functional-baremetal jobs
All versions use system scope now. Signed-off-by: Stephen Finucane <[email protected]>
1 parent cb7de80 commit 5a00cd2

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
@@ -93,8 +87,7 @@ jobs:
9387
DEVSTACK_PATH: ${{ github.workspace }}/devstack
9488
PACKAGE: "./internal/acceptance/openstack/baremetal/..."
9589
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
9891
- name: Generate logs on failure
9992
run: ./script/collectlogs
10093
if: failure()

0 commit comments

Comments
 (0)