From b40344ae3571dc8391d106c2080988ddcee7e5bb Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Wed, 16 Oct 2024 11:13:55 +0200 Subject: [PATCH] workflows: Retry failed test by default in kickstart test GH workflow More and more often we are running the whole kickstart test suite (or big set of tests) on a PR, for example: /kickstart-test --testtype network /kickstart-test --skip-testtypes none There is quite a big chance of hitting a flake, so retry failing tests by default so there is no need to check if the failures are flakes or re-run the failed tests manually. --- .github/workflows/kickstart-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/kickstart-tests.yml b/.github/workflows/kickstart-tests.yml index 74decd8fd5f..83c7b566a27 100644 --- a/.github/workflows/kickstart-tests.yml +++ b/.github/workflows/kickstart-tests.yml @@ -280,6 +280,7 @@ jobs: run: | cat < settings.ini [kickstart_test] + retry_on_failure=True kstest_local_repo=${{ github.workspace }}/kickstart-tests [library] directPath=${{ github.workspace }}/kickstart-tests/testlib