Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workflows: Retry failed test by default in kickstart test GH workflow #5941

Merged

Commits on Oct 16, 2024

  1. 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.
    rvykydal committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b597a48 View commit details
    Browse the repository at this point in the history