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