1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

feat: split up kuttl tests (#7861)

Signed-off-by: Alok N <alokme123@gmail.com>
Co-authored-by: Chip Zoller <chipzoller@gmail.com>
This commit is contained in:
Alok N 2023-07-21 16:52:29 +05:30 committed by GitHub
parent 35e368730b
commit 57c0f0f078
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -232,8 +232,33 @@ jobs:
version: v1.26.6
- name: v1.27
version: v1.27.3
tests:
- argo
- aws
- best-practices
- castai
- cert-manager
- consul
- external-secret-operator
- flux
- istio
- karpenter
- kasten
- kubecost
- kubeops
- kubevirt
- linkerd
- nginx-ingress
- openshift
- other
# - pod-security
# - psa
- psp-migration
# - tekton
# - traefik
# - velero
needs: prepare-images
name: ${{ matrix.k8s-version.name }} - ${{ matrix.config.name }}
name: ${{ matrix.k8s-version.name }} - ${{ matrix.config.name }} - ${{ matrix.tests }}
steps:
- name: Checkout kyverno/kyverno
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
@ -271,7 +296,7 @@ jobs:
- name: Test policy library with kuttl
run: |
cd policies
../.tools/kubectl-kuttl test . --config ./kuttl-test.yaml
../.tools/kubectl-kuttl test ./${{ matrix.tests }} --config ./kuttl-test.yaml
- name: Debug failure
if: failure()
uses: ./.github/actions/kyverno-logs