diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index c8a2eb9145..4218f08807 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -34,7 +34,23 @@ jobs: strategy: fail-fast: false matrix: - k8s-version: [v1.24.7, v1.25.3, v1.26.0] + k8s-version: + - v1.24.7 + - v1.25.3 + - v1.26.0 + tests: + - autogen + - cleanup + - events + - exceptions + - generate + - mutate + - rangeoperators + - rbac + - reports + - validate + - verifyImages + - webhooks runs-on: ubuntu-latest needs: prepare-images steps: @@ -59,7 +75,9 @@ jobs: - name: Wait for kyverno ready uses: ./.github/actions/kyverno-wait-ready - name: Test with kuttl - run: make test-kuttl + run: | + ./.tools/kubectl-kuttl test ./test/conformance/kuttl/${{ matrix.tests }} \ + --config ./test/conformance/kuttl/_config/common.yaml - name: Debug failure if: failure() uses: ./.github/actions/kyverno-logs diff --git a/test/conformance/kuttl/_config/common.yaml b/test/conformance/kuttl/_config/common.yaml new file mode 100644 index 0000000000..e877e4d777 --- /dev/null +++ b/test/conformance/kuttl/_config/common.yaml @@ -0,0 +1,7 @@ +apiVersion: kuttl.dev/v1beta1 +kind: TestSuite +startKIND: false +timeout: 90 +parallel: 1 +fullName: true +skipTestRegex: '_.+'