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

Skip to content

Commit 6eb7602

Browse files
authored
Merge pull request #3052 from dtantsur/gate
CI: baremetal: also use system scope in 2024.1
2 parents b728a92 + eafcf2c commit 6eb7602

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/functional-baremetal.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ jobs:
1414
- name: "master"
1515
openstack_version: "master"
1616
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.
1720
os_system_scope: "all"
1821
additional_services: "openstack-cli-server"
1922
- name: "caracal"
2023
openstack_version: "stable/2024.1"
2124
ubuntu_version: "22.04"
22-
os_system_scope: ""
25+
os_system_scope: "all"
2326
additional_services: ""
2427
- name: "bobcat"
2528
openstack_version: "stable/2023.2"

0 commit comments

Comments
 (0)