diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml new file mode 100644 index 0000000..22477a9 --- /dev/null +++ b/.github/workflows/pr-tests.yml @@ -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 + \ No newline at end of file