Skip to content

Commit b6c0cab

Browse files
committed
Added AIO tests on PR
1 parent e9c371f commit b6c0cab

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/workflows/pr-tests.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Pull request
2+
on:
3+
pull_request:
4+
jobs:
5+
rocky9-ovs-aio-test:
6+
name: aio (Rocky 9 OVS)
7+
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@main
8+
with:
9+
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
10+
os_distribution: rocky
11+
os_release: "9"
12+
ssh_username: cloud-user
13+
neutron_plugin: ovs
14+
OS_CLOUD: openstack
15+
secrets: inherit
16+
ubuntu-jammy-ovn-aio-test:
17+
name: aio (Ubuntu Jammy OVN)
18+
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@main
19+
with:
20+
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
21+
os_distribution: ubuntu
22+
os_release: jammy
23+
ssh_username: ubuntu
24+
neutron_plugin: ovn
25+
OS_CLOUD: openstack
26+
secrets: inherit
27+

0 commit comments

Comments
 (0)