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:
parent
35e368730b
commit
57c0f0f078
1 changed files with 27 additions and 2 deletions
29
.github/workflows/conformance.yaml
vendored
29
.github/workflows/conformance.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue