Skip to content

Commit 5c8094a

Browse files
committed
fixed branch and variable names
1 parent 04d4a48 commit 5c8094a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
jobs:
55
build-kayobe-image:
66
name: Build Kayobe Image
7-
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-build-kayobe-image.yml@stackhpc/2024.1
7+
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-build-kayobe-image.yml@parameterise-aio-tests #todo: change after merge
88

99
rocky9-ovs-aio-test:
1010
name: aio (Rocky 9 OVS)
@@ -17,7 +17,7 @@ jobs:
1717
ssh_username: cloud-user
1818
neutron_plugin: ovs
1919
OS_CLOUD: openstack
20-
openstack_tests_version: ${{ github.ref }}
20+
stackhpc_cloud_tests_version: ${{ github.ref }}
2121
secrets: inherit
2222

2323
ubuntu-jammy-ovn-aio-test:
@@ -31,7 +31,7 @@ jobs:
3131
ssh_username: ubuntu
3232
neutron_plugin: ovn
3333
OS_CLOUD: openstack
34-
openstack_tests_version: ${{ github.ref }}
34+
stackhpc_cloud_tests_version: ${{ github.ref }}
3535
secrets: inherit
3636

3737
lint:

0 commit comments

Comments
 (0)