Skip to content

Commit e7af581

Browse files
committed
now uses tests on branch
1 parent b6c0cab commit e7af581

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pr-tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,25 @@ 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@main
7+
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests # todo: change after merge
88
with:
99
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
1010
os_distribution: rocky
1111
os_release: "9"
1212
ssh_username: cloud-user
1313
neutron_plugin: ovs
1414
OS_CLOUD: openstack
15+
openstack_tests_version: ${{ github.ref }}
1516
secrets: inherit
1617
ubuntu-jammy-ovn-aio-test:
1718
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
1920
with:
2021
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
2122
os_distribution: ubuntu
2223
os_release: jammy
2324
ssh_username: ubuntu
2425
neutron_plugin: ovn
2526
OS_CLOUD: openstack
27+
openstack_tests_version: ${{ github.ref }}
2628
secrets: inherit
27-

0 commit comments

Comments
 (0)