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