Skip to content

Commit

Permalink
removed image build and set skc version to main
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Jan 16, 2025
1 parent 46d93b2 commit 6d3ff7b
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@ name: Pull request
on:
pull_request:
jobs:
build-kayobe-image:
name: Build Kayobe Image
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-build-kayobe-image.yml@parameterise-aio-tests #todo: change after merge
with:
repository: stackhpc/stackhpc-kayobe-config

rocky9-ovs-aio-test:
name: aio (Rocky 9 OVS)
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests # todo: change after merge
needs: build-kayobe-image
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
with:
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
os_distribution: rocky
os_release: "9"
ssh_username: cloud-user
Expand All @@ -25,10 +19,9 @@ jobs:

ubuntu-jammy-ovn-aio-test:
name: aio (Ubuntu Jammy OVN)
needs: build-kayobe-image
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests # todo: change after merge
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
with:
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
os_distribution: ubuntu
os_release: jammy
ssh_username: ubuntu
Expand Down

0 comments on commit 6d3ff7b

Please sign in to comment.