Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
infra: 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. The setting corresponds to the '--retry' launcher option.
- Loading branch information