File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments