Skip to content

Commit b85851a

Browse files
committed
updated in line with pr_tests
1 parent 5f7ba63 commit b85851a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/pr-tests.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ name: Pull request
22
on:
33
pull_request:
44
jobs:
5-
65
rocky9-ovs-aio-test:
76
name: aio (Rocky 9 OVS)
8-
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests
7+
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
98
with:
109
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
1110
os_distribution: rocky
@@ -15,13 +14,12 @@ jobs:
1514
OS_CLOUD: openstack
1615
stackhpc_cloud_tests_version: ${{ github.ref }}
1716
repository: stackhpc/stackhpc-kayobe-config
18-
called_from_external: true
19-
external_ref_override: stackhpc/2024.1
17+
github_ref: stackhpc/2024.1
2018
secrets: inherit
2119

2220
ubuntu-jammy-ovn-aio-test:
2321
name: aio (Ubuntu Jammy OVN)
24-
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests
22+
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
2523
with:
2624
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
2725
os_distribution: ubuntu
@@ -31,8 +29,7 @@ jobs:
3129
OS_CLOUD: openstack
3230
stackhpc_cloud_tests_version: ${{ github.ref }}
3331
repository: stackhpc/stackhpc-kayobe-config
34-
called_from_external: true
35-
external_ref_override: stackhpc/2024.1
32+
github_ref: stackhpc/2024.1
3633
secrets: inherit
3734

3835
lint:

0 commit comments

Comments
 (0)