File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
jobs :
5
5
build-kayobe-image :
6
6
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
8
8
9
9
rocky9-ovs-aio-test :
10
10
name : aio (Rocky 9 OVS)
17
17
ssh_username : cloud-user
18
18
neutron_plugin : ovs
19
19
OS_CLOUD : openstack
20
- openstack_tests_version : ${{ github.ref }}
20
+ stackhpc_cloud_tests_version : ${{ github.ref }}
21
21
secrets : inherit
22
22
23
23
ubuntu-jammy-ovn-aio-test :
31
31
ssh_username : ubuntu
32
32
neutron_plugin : ovn
33
33
OS_CLOUD : openstack
34
- openstack_tests_version : ${{ github.ref }}
34
+ stackhpc_cloud_tests_version : ${{ github.ref }}
35
35
secrets : inherit
36
36
37
37
lint :
You can’t perform that action at this time.
0 commit comments