Skip to content

Commit

Permalink
Added AIO tests on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Jan 14, 2025
1 parent e9c371f commit b6c0cab
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Pull request
on:
pull_request:
jobs:
rocky9-ovs-aio-test:
name: aio (Rocky 9 OVS)
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@main
with:
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
os_distribution: rocky
os_release: "9"
ssh_username: cloud-user
neutron_plugin: ovs
OS_CLOUD: openstack
secrets: inherit
ubuntu-jammy-ovn-aio-test:
name: aio (Ubuntu Jammy OVN)
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@main
with:
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
os_distribution: ubuntu
os_release: jammy
ssh_username: ubuntu
neutron_plugin: ovn
OS_CLOUD: openstack
secrets: inherit

0 comments on commit b6c0cab

Please sign in to comment.