From 9b569a97c6bbd2e04d48edb74025b150e7b85e06 Mon Sep 17 00:00:00 2001 From: danfengl Date: Tue, 7 Feb 2023 01:44:55 +0000 Subject: [PATCH] Fix E2E CI cass filter regular expression issue Signed-off-by: danfengl --- .github/workflows/e2e-test-kind.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-test-kind.yaml b/.github/workflows/e2e-test-kind.yaml index 8869e4583..6198aa4c8 100644 --- a/.github/workflows/e2e-test-kind.yaml +++ b/.github/workflows/e2e-test-kind.yaml @@ -117,7 +117,7 @@ jobs: CREDS_FILE=/tmp/credential BSL_BUCKET=bucket \ ADDITIONAL_OBJECT_STORE_PROVIDER=aws ADDITIONAL_BSL_CONFIG=region=minio,s3ForcePathStyle="true",s3Url=http://$(hostname -i):9000 \ ADDITIONAL_CREDS_FILE=/tmp/credential ADDITIONAL_BSL_BUCKET=additional-bucket \ - GINKGO_FOCUS='Basic\].+\[ClusterResource' VELERO_IMAGE=velero:pr-test \ + GINKGO_FOCUS='Basic\]\[ClusterResource' VELERO_IMAGE=velero:pr-test \ make -C test/e2e run timeout-minutes: 30 - name: Upload debug bundle @@ -125,4 +125,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: DebugBundle - path: /home/runner/work/velero/velero/test/e2e/debug-bundle* \ No newline at end of file + path: /home/runner/work/velero/velero/test/e2e/debug-bundle*