Skip to content

Commit a7e9846

Browse files
committed
We had tests passing when invoking the SKC workflow using:
rocky9-ovs-aio-test: name: aio (Rocky 9 OVS) uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@test-sct-branches-before-merging with: Let's try: uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1 The difference is our SKC branch specifies a different sct_version which shouldn't make a difference. It should be overridden with stackhpc_cloud_tests_version.
1 parent d6aab0c commit a7e9846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
jobs:
55
rocky9-ovs-aio-test:
66
name: aio (Rocky 9 OVS)
7-
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@test-sct-branches-before-merging
7+
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
88
with:
99
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
1010
os_distribution: rocky
@@ -21,7 +21,7 @@ jobs:
2121

2222
ubuntu-jammy-ovn-aio-test:
2323
name: aio (Ubuntu Jammy OVN)
24-
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@test-sct-branches-before-merging
24+
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
2525
with:
2626
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
2727
os_distribution: ubuntu

0 commit comments

Comments
 (0)