Skip to content

Commit

Permalink
workflows: Retry failed test by default in kickstart test GH workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rvykydal committed Oct 16, 2024
1 parent 4683a89 commit b40344a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kickstart-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ jobs:
run: |
cat <<EOF > settings.ini
[kickstart_test]
retry_on_failure=True
kstest_local_repo=${{ github.workspace }}/kickstart-tests
[library]
directPath=${{ github.workspace }}/kickstart-tests/testlib
Expand Down

0 comments on commit b40344a

Please sign in to comment.