Skip to content

Commit

Permalink
Fix pipeline by adding mandatory value
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
  • Loading branch information
jimmykarily committed Oct 23, 2023
1 parent 6783d98 commit 2b73df5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/image-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: ./.github/workflows/reusable-install-test.yaml
with:
flavor: alpine
flavor_release: "3.18"
needs:
- core-alpine

Expand All @@ -66,6 +67,7 @@ jobs:
uses: ./.github/workflows/reusable-qemu-acceptance-test.yaml
with:
flavor: alpine
flavor_release: "3.18"
needs:
- core-alpine

Expand All @@ -89,6 +91,7 @@ jobs:
uses: ./.github/workflows/reusable-qemu-reset-test.yaml
with:
flavor: alpine
flavor_release: "3.18"
needs:
- core-alpine

Expand All @@ -108,6 +111,11 @@ jobs:
uses: ./.github/workflows/reusable-qemu-netboot-test.yaml
with:
flavor: alpine
flavor_release: "3.18"
family: alpine
base_image: alpine:3.18
model: generic
variant: core
needs:
- core-alpine

Expand All @@ -123,6 +131,7 @@ jobs:
uses: ./.github/workflows/reusable-upgrade-with-cli-test.yaml
with:
flavor: alpine
flavor_release: "3.18"
needs:
- core-alpine

Expand All @@ -139,6 +148,7 @@ jobs:
# uses: ./.github/workflows/reusable-upgrade-latest-test.yaml
# with:
# flavor: alpine
# flavor_release: "3.18"
# needs:
# - core-alpine

Expand All @@ -164,6 +174,7 @@ jobs:
uses: ./.github/workflows/reusable-encryption-test.yaml
with:
flavor: alpine
flavor_release: "3.18"
label: ${{ matrix.label }}
needs:
- core-alpine
Expand Down

0 comments on commit 2b73df5

Please sign in to comment.