Skip to content

Commit

Permalink
ci: Add retries for benchmarks on Gitlab system errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ddyurchenko committed Jul 17, 2024
1 parent 4ab63dd commit dc8b651
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab/macrobenchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ variables:
# benchmarks get changed to run on every PR)
allow_failure: true

retry:
max: 2
when:
- unknown_failure
- data_integrity_failure
- runner_system_failure
- scheduler_failure
- api_failure


#
# !! Please read BEFORE updating Go versions
Expand Down

0 comments on commit dc8b651

Please sign in to comment.