We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8094a commit 5a011f4Copy full SHA for 5a011f4
.github/workflows/pr-tests.yml
@@ -5,6 +5,8 @@ jobs:
5
build-kayobe-image:
6
name: Build Kayobe Image
7
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-build-kayobe-image.yml@parameterise-aio-tests #todo: change after merge
8
+ with:
9
+ repository: stackhpc/stackhpc-kayobe-config
10
11
rocky9-ovs-aio-test:
12
name: aio (Rocky 9 OVS)
@@ -18,6 +20,7 @@ jobs:
18
20
neutron_plugin: ovs
19
21
OS_CLOUD: openstack
22
stackhpc_cloud_tests_version: ${{ github.ref }}
23
24
secrets: inherit
25
26
ubuntu-jammy-ovn-aio-test:
@@ -32,6 +35,7 @@ jobs:
32
35
neutron_plugin: ovn
33
36
34
37
38
39
40
41
lint:
0 commit comments