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
22on :
33 pull_request :
44jobs :
5+ build-kayobe-image :
6+ name : Build Kayobe Image
7+ uses : stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-build-kayobe-image.yml
8+
59 rocky9-ovs-aio-test :
610 name : aio (Rocky 9 OVS)
711 uses : stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests # todo: change after merge
12+ needs : build-kayobe-image
813 with :
9- kayobe_image : ghcr.io/stackhpc/stackhpc -kayobe-config:stackhpc-2024.1
14+ kayobe_image : ${{ needs.build -kayobe-image.outputs.kayobe_image }}
1015 os_distribution : rocky
1116 os_release : " 9"
1217 ssh_username : cloud-user
1722
1823 ubuntu-jammy-ovn-aio-test :
1924 name : aio (Ubuntu Jammy OVN)
25+ needs : build-kayobe-image
2026 uses : stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests # todo: change after merge
2127 with :
22- kayobe_image : ghcr.io/stackhpc/stackhpc -kayobe-config:stackhpc-2024.1
28+ kayobe_image : ${{ needs.build -kayobe-image.outputs.kayobe_image }}
2329 os_distribution : ubuntu
2430 os_release : jammy
2531 ssh_username : ubuntu
You can’t perform that action at this time.
0 commit comments