File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,16 @@ name: Pull request
2
2
on :
3
3
pull_request :
4
4
jobs :
5
+ build-kayobe-image :
6
+ name : Build Kayobe Image
7
+ uses : stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-build-kayobe-image.yml@stackhpc/2024.1
8
+
5
9
rocky9-ovs-aio-test :
6
10
name : aio (Rocky 9 OVS)
7
11
uses : stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests # todo: change after merge
12
+ needs : build-kayobe-image
8
13
with :
9
- kayobe_image : ghcr.io/stackhpc/stackhpc -kayobe-config:stackhpc-2024.1
14
+ kayobe_image : ${{ needs.build -kayobe-image.outputs.kayobe_image }}
10
15
os_distribution : rocky
11
16
os_release : " 9"
12
17
ssh_username : cloud-user
17
22
18
23
ubuntu-jammy-ovn-aio-test :
19
24
name : aio (Ubuntu Jammy OVN)
25
+ needs : build-kayobe-image
20
26
uses : stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests # todo: change after merge
21
27
with :
22
- kayobe_image : ghcr.io/stackhpc/stackhpc -kayobe-config:stackhpc-2024.1
28
+ kayobe_image : ${{ needs.build -kayobe-image.outputs.kayobe_image }}
23
29
os_distribution : ubuntu
24
30
os_release : jammy
25
31
ssh_username : ubuntu
You can’t perform that action at this time.
0 commit comments