Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/stackhpc-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-24.04
permissions:
pull-requests: read
packages: none
name: Check changed files
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
needs:
Expand Down Expand Up @@ -113,6 +114,9 @@ jobs:

build-kayobe-image:
name: Build Kayobe Image
permissions:
contents: read
packages: write # required by docker/build-push-action
needs:
- check-changes
uses: ./.github/workflows/stackhpc-build-kayobe-image.yml
Expand All @@ -122,6 +126,7 @@ jobs:

check-tags:
name: Check container image tags
permissions: {}
needs:
- check-changes
- build-kayobe-image
Expand All @@ -134,6 +139,7 @@ jobs:

all-in-one-ubuntu-noble-ovn:
name: aio (Ubuntu Noble OVN)
permissions: {}
needs:
- check-changes
- build-kayobe-image
Expand All @@ -151,6 +157,7 @@ jobs:

all-in-one-rocky-9-ovs:
name: aio (Rocky 9 OVS)
permissions: {}
needs:
- check-changes
- build-kayobe-image
Expand All @@ -168,6 +175,7 @@ jobs:

all-in-one-rocky-9-ovn:
name: aio (Rocky 9 OVN)
permissions: {}
needs:
- check-changes
- build-kayobe-image
Expand All @@ -187,6 +195,7 @@ jobs:

all-in-one-upgrade-ubuntu-jammy-to-noble-ovn:
name: aio upgrade (Ubuntu Jammy to Noble OVN)
permissions: {}
needs:
- check-changes
- build-kayobe-image
Expand All @@ -205,6 +214,7 @@ jobs:

all-in-one-upgrade-rocky-9-ovn:
name: aio upgrade (Rocky 9 OVN)
permissions: {}
needs:
- check-changes
- build-kayobe-image
Expand All @@ -223,6 +233,7 @@ jobs:

all-in-one-upgrade-rocky-9-ovs:
name: aio upgrade (Rocky 9 OVS)
permissions: {}
needs:
- check-changes
- build-kayobe-image
Expand Down
Loading