Skip to content

Commit 6d3ff7b

Browse files
committed
removed image build and set skc version to main
1 parent 46d93b2 commit 6d3ff7b

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/pr-tests.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,12 @@ name: Pull request
22
on:
33
pull_request:
44
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
105

116
rocky9-ovs-aio-test:
127
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
159
with:
16-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
10+
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
1711
os_distribution: rocky
1812
os_release: "9"
1913
ssh_username: cloud-user
@@ -25,10 +19,9 @@ jobs:
2519

2620
ubuntu-jammy-ovn-aio-test:
2721
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
3023
with:
31-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
24+
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
3225
os_distribution: ubuntu
3326
os_release: jammy
3427
ssh_username: ubuntu

0 commit comments

Comments
 (0)