From ee905bb29441eb416a54b0833673db36f07154a0 Mon Sep 17 00:00:00 2001 From: Vishal Choudhary Date: Wed, 18 Dec 2024 16:58:35 +0530 Subject: [PATCH] fix: regex Signed-off-by: Vishal Choudhary --- .github/workflows/conformance-tests.yaml | 2 +- .github/workflows/migration-tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conformance-tests.yaml b/.github/workflows/conformance-tests.yaml index a539e0f..3bf79cd 100644 --- a/.github/workflows/conformance-tests.yaml +++ b/.github/workflows/conformance-tests.yaml @@ -101,7 +101,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | set -e - cd ./kyverno/test/conformance/chainsaw/reports && chainsaw test --config ./../../../../../.chainsaw.yaml --exclude-test-regex '^chainsaw$/^test-long-resource-labels$' + cd ./kyverno/test/conformance/chainsaw/reports && chainsaw test --config ./../../../../../.chainsaw.yaml --exclude-test-regex '^chainsaw$/^admission$/^label' - name: Debug failure if: failure() uses: ./.github/actions/failure-logs diff --git a/.github/workflows/migration-tests.yaml b/.github/workflows/migration-tests.yaml index e5987d0..90c22a4 100644 --- a/.github/workflows/migration-tests.yaml +++ b/.github/workflows/migration-tests.yaml @@ -115,7 +115,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | set -e - cd ./kyverno/test/conformance/chainsaw/reports && chainsaw test --config ./../../../../../.chainsaw.yaml --exclude-test-regex '^chainsaw$/^test-long-resource-labels$' + cd ./kyverno/test/conformance/chainsaw/reports && chainsaw test --config ./../../../../../.chainsaw.yaml --exclude-test-regex '^chainsaw$/^admission$/^label' - name: Debug failure if: failure() uses: ./.github/actions/failure-logs