From 4bb550d052e1441f7604a097d2f5ffbb6cda8a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Sat, 24 Feb 2024 10:54:53 +0100 Subject: [PATCH] chore: move chainsaw config at the root of the repo (#9768) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .../chainsaw/.chainsaw.yaml => .chainsaw.yaml | 0 .github/workflows/conformance.yaml | 18 +++++++++--------- 2 files changed, 9 insertions(+), 9 deletions(-) rename test/conformance/chainsaw/.chainsaw.yaml => .chainsaw.yaml (100%) diff --git a/test/conformance/chainsaw/.chainsaw.yaml b/.chainsaw.yaml similarity index 100% rename from test/conformance/chainsaw/.chainsaw.yaml rename to .chainsaw.yaml diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index c88f70b5f3..f80d7ef629 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -160,7 +160,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | set -e - cd ./test/conformance/chainsaw && chainsaw test --include-test-regex '^chainsaw$/${{ matrix.tests }}' + cd ./test/conformance/chainsaw && chainsaw test --include-test-regex '^chainsaw$/${{ matrix.tests }}' --config ../../../.chainsaw.yaml # debug - name: Debug failure if: failure() @@ -229,7 +229,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 --test-dir ./${{ matrix.tests }} --config ../../../.chainsaw.yaml # debug - name: Debug failure if: failure() @@ -301,7 +301,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 --test-dir ./${{ matrix.tests }} --config ../../../.chainsaw.yaml # debug - name: Debug failure if: failure() @@ -372,7 +372,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 --test-dir ./${{ matrix.tests }} --config ../../../.chainsaw.yaml # debug - name: Debug failure if: failure() @@ -443,7 +443,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 --test-dir ./${{ matrix.tests }} --config ../../../.chainsaw.yaml # debug - name: Debug failure if: failure() @@ -519,7 +519,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 --test-dir ./${{ matrix.tests }} --config ../../../.chainsaw.yaml # debug - name: Debug failure if: failure() @@ -594,7 +594,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 --test-dir ./${{ matrix.tests }} --config ../../../.chainsaw.yaml # debug - name: Debug failure if: failure() @@ -690,7 +690,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 --test-dir ./${{ matrix.tests }} --config ../../../.chainsaw.yaml - name: Debug failure if: failure() uses: ./.github/actions/kyverno-logs @@ -763,7 +763,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 --test-dir ./${{ matrix.tests }} --config ../../../.chainsaw.yaml # debug - name: Debug failure if: failure()