File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
jobs :
5
5
rocky9-ovs-aio-test :
6
6
name : aio (Rocky 9 OVS)
7
- uses : stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@main
7
+ uses : stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests # todo: change after merge
8
8
with :
9
9
kayobe_image : ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
10
10
os_distribution : rocky
11
11
os_release : " 9"
12
12
ssh_username : cloud-user
13
13
neutron_plugin : ovs
14
14
OS_CLOUD : openstack
15
+ openstack_tests_version : ${{ github.ref }}
15
16
secrets : inherit
16
17
ubuntu-jammy-ovn-aio-test :
17
18
name : aio (Ubuntu Jammy OVN)
18
- uses : stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@main
19
+ uses : stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests # todo: change after merge
19
20
with :
20
21
kayobe_image : ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
21
22
os_distribution : ubuntu
22
23
os_release : jammy
23
24
ssh_username : ubuntu
24
25
neutron_plugin : ovn
25
26
OS_CLOUD : openstack
27
+ openstack_tests_version : ${{ github.ref }}
26
28
secrets : inherit
27
29
You can’t perform that action at this time.
0 commit comments