Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤖 Add missing secrets: inherit #2897

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions .github/workflows/image-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
- core-ubuntu-24-lts

install-target:
secrets: inherit
uses: ./.github/workflows/reusable-install-test-target.yaml
with:
flavor: ubuntu
Expand Down Expand Up @@ -277,6 +278,7 @@ jobs:
# - core-alpine

custom-partitioning:
secrets: inherit
uses: ./.github/workflows/reusable-custom-partitioning-test.yaml
permissions:
id-token: write # OIDC support
Expand Down Expand Up @@ -306,6 +308,7 @@ jobs:
flavorRelease:
- "24.04"
encryption:
secrets: inherit
uses: ./.github/workflows/reusable-encryption-test.yaml
with:
flavor: ubuntu
Expand All @@ -324,6 +327,7 @@ jobs:
- "remote-https-bad-cert"

encryption-alpine:
secrets: inherit
uses: ./.github/workflows/reusable-encryption-test.yaml
with:
flavor: alpine
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
fail-fast: false
matrix: ${{fromJson(needs.get-core-matrix.outputs.matrix)}}
install:
secrets: inherit
uses: ./.github/workflows/reusable-install-test.yaml
with:
flavor: ${{ matrix.flavor }}
Expand All @@ -79,6 +80,7 @@ jobs:
flavorRelease: leap-15.6
secureboot: false
install-target:
secrets: inherit
uses: ./.github/workflows/reusable-install-test-target.yaml
with:
flavor: ${{ matrix.flavor }}
Expand All @@ -92,6 +94,7 @@ jobs:
- flavor: "ubuntu"
flavorRelease: "24.04"
install-secureboot:
secrets: inherit
uses: ./.github/workflows/reusable-install-test.yaml
with:
flavor: ${{ matrix.flavor }}
Expand All @@ -116,6 +119,7 @@ jobs:
- flavor: "fedora"
flavorRelease: "40"
zfs:
secrets: inherit
uses: ./.github/workflows/reusable-zfs-test.yaml
with:
flavor: ${{ matrix.flavor }}
Expand All @@ -129,6 +133,7 @@ jobs:
- flavor: "ubuntu"
flavorRelease: "22.04"
acceptance:
secrets: inherit
uses: ./.github/workflows/reusable-qemu-acceptance-test.yaml
with:
flavor: ${{ matrix.flavor }}
Expand All @@ -154,6 +159,7 @@ jobs:
- flavor: "ubuntu"
flavorRelease: "24.04"
bundles:
secrets: inherit
uses: ./.github/workflows/reusable-qemu-bundles-test.yaml
with:
flavor: ${{ matrix.flavor }}
Expand All @@ -167,6 +173,7 @@ jobs:
- flavor: opensuse # Kubo test needs systemd version 252+ which atm is not available in Leap
flavorRelease: tumbleweed
reset:
secrets: inherit
uses: ./.github/workflows/reusable-qemu-reset-test.yaml
with:
flavor: ${{ matrix.flavor }}
Expand All @@ -190,6 +197,7 @@ jobs:
model: generic
variant: core
netboot:
secrets: inherit
uses: ./.github/workflows/reusable-qemu-netboot-test.yaml
with:
flavor: ${{ matrix.flavor }}
Expand Down Expand Up @@ -223,6 +231,7 @@ jobs:
model: generic
baseImage: ubuntu:24.04
upgrade:
secrets: inherit
uses: ./.github/workflows/reusable-upgrade-with-cli-test.yaml
with:
flavor: ${{ matrix.flavor }}
Expand All @@ -239,6 +248,7 @@ jobs:
flavorRelease: leap-15.6
# releaseMatcher: leap-15.5
upgrade-latest:
secrets: inherit
uses: ./.github/workflows/reusable-upgrade-latest-test.yaml
with:
flavor: ${{ matrix.flavor }}
Expand All @@ -259,6 +269,7 @@ jobs:
family: opensuse
# releaseMatcher: leap-15.5
custom-partitioning:
secrets: inherit
uses: ./.github/workflows/reusable-custom-partitioning-test.yaml
permissions:
id-token: write # OIDC support
Expand Down Expand Up @@ -351,6 +362,7 @@ jobs:
family: ubuntu
baseImage: ubuntu:24.04
various:
secrets: inherit
uses: ./.github/workflows/reusable-provider-tests.yaml
permissions:
contents: write
Expand Down Expand Up @@ -399,6 +411,7 @@ jobs:
flavorRelease: "3.19"
label: "provider-upgrade-k8s"
standard-upgrade-latest:
secrets: inherit
uses: ./.github/workflows/reusable-provider-upgrade-latest-test.yaml
with:
flavor: ${{ matrix.flavor }}
Expand Down
Loading