From 9267bf8f8420171934abf48f14fbd80d290592e0 Mon Sep 17 00:00:00 2001 From: Mirah Gary Date: Thu, 24 Apr 2025 14:46:20 +0200 Subject: [PATCH] Add flake retries to integration tests in CI. --- .github/workflows/build-test-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 8b344904..7aa6c509 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -46,7 +46,7 @@ jobs: run: make install-tools kubebuilder-assets just-unit-tests - name: Integration tests - run: make integration-tests + run: GINKGO_EXTRA="--flake-attempts=3" make integration-tests - name: Notify Google Chat if: failure()