mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
chore: use test regex in chainsaw (#9123)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Co-authored-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
This commit is contained in:
parent
b91727eb22
commit
574db24c40
1 changed files with 20 additions and 20 deletions
40
.github/workflows/conformance.yaml
vendored
40
.github/workflows/conformance.yaml
vendored
|
@ -94,25 +94,25 @@ jobs:
|
|||
- name: v1.28
|
||||
version: v1.28.0
|
||||
tests:
|
||||
- autogen
|
||||
- background-only
|
||||
- cleanup
|
||||
- deferred
|
||||
- events
|
||||
- exceptions
|
||||
- filter
|
||||
- generate/clusterpolicy
|
||||
- generate/policy
|
||||
- generate/validation
|
||||
- mutate
|
||||
- policy-validation
|
||||
- rangeoperators
|
||||
- rbac
|
||||
- reports
|
||||
- validate
|
||||
- verify-manifests
|
||||
- verifyImages
|
||||
- webhooks
|
||||
- ^autogen$
|
||||
- ^background-only$
|
||||
- ^cleanup$
|
||||
- ^deferred$
|
||||
- ^events$
|
||||
- ^exceptions$
|
||||
- ^filter$
|
||||
- ^generate$/^clusterpolicy$
|
||||
- ^generate$/^policy$
|
||||
- ^generate$/^validation$
|
||||
- ^mutate$
|
||||
- ^policy-validation$
|
||||
- ^rangeoperators$
|
||||
- ^rbac$
|
||||
- ^reports$
|
||||
- ^validate$
|
||||
- ^verify-manifests$
|
||||
- ^verifyImages$
|
||||
- ^webhooks$
|
||||
needs: prepare-images
|
||||
name: ${{ matrix.k8s-version.name }} - ${{ matrix.config.name }} - ${{ matrix.tests }}
|
||||
steps:
|
||||
|
@ -161,7 +161,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
set -e
|
||||
cd ./test/conformance/chainsaw && chainsaw test --test-dir ./${{ matrix.tests }}
|
||||
cd ./test/conformance/chainsaw && chainsaw test --include-test-regex '^chainsaw$/${{ matrix.tests }}'
|
||||
# debug
|
||||
- name: Debug failure
|
||||
if: failure()
|
||||
|
|
Loading…
Add table
Reference in a new issue