mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-23 00:01:55 +00:00
chore: enable ivpol chainsaw tests in CI (#12452)
Signed-off-by: ShutingZhao <shuting@nirmata.com>
This commit is contained in:
parent
06ac41e045
commit
323f5be484
1 changed files with 22 additions and 0 deletions
22
.github/workflows/conformance.yaml
vendored
22
.github/workflows/conformance.yaml
vendored
|
@ -549,6 +549,26 @@ jobs:
|
||||||
tests-path: validating-admission-policy-reports
|
tests-path: validating-admission-policy-reports
|
||||||
upgrade-scenario: ${{ matrix.upgrade }}
|
upgrade-scenario: ${{ matrix.upgrade }}
|
||||||
|
|
||||||
|
image-validation-policies:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
packages: read
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
k8s-version: [v1.28.13, v1.29.8, v1.30.4, v1.31.0]
|
||||||
|
upgrade: ${{ fromJSON(needs.define-matrix.outputs.upgrades) }}
|
||||||
|
needs: [define-matrix, prepare-images]
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
|
- uses: ./.github/actions/run-tests
|
||||||
|
with:
|
||||||
|
k8s-version: ${{ matrix.k8s-version }}
|
||||||
|
kyverno-configs: standard
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
tests-path: imageverificationpolicies
|
||||||
|
upgrade-scenario: ${{ matrix.upgrade }}
|
||||||
|
|
||||||
validating-policies:
|
validating-policies:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -1106,6 +1126,7 @@ jobs:
|
||||||
- validating-policies
|
- validating-policies
|
||||||
- verify-manifests
|
- verify-manifests
|
||||||
- verifyImages
|
- verifyImages
|
||||||
|
- image-validation-policies
|
||||||
- webhook-configurations
|
- webhook-configurations
|
||||||
- webhooks
|
- webhooks
|
||||||
- custom-sigstore
|
- custom-sigstore
|
||||||
|
@ -1145,6 +1166,7 @@ jobs:
|
||||||
- validating-policies
|
- validating-policies
|
||||||
- verify-manifests
|
- verify-manifests
|
||||||
- verifyImages
|
- verifyImages
|
||||||
|
- image-validation-policies
|
||||||
- webhook-configurations
|
- webhook-configurations
|
||||||
- webhooks
|
- webhooks
|
||||||
- custom-sigstore
|
- custom-sigstore
|
||||||
|
|
Loading…
Add table
Reference in a new issue