Story (Required)
As a QE I want to deal with flakes as little as possible.
Background (Required)
Sometimes tests fail not because of an error in product but because the infrastructure is flaky. When we get a notification about failed tests, we often simply rerun failed tests first.
Approach (Required)
Research how guage's argument "--max-retries-count" works and whether it would be helpful in our CI.
Alternatively, there is retries field in pipeline/task but we could not use it in the past because it didn't work as we expected. Compare those two approaches.