Skip to content

Commit 06285b6

Browse files
authored
chore(ci): Add automatic retry on benchmarking infrastructure failure (#6929)
1 parent 31a05d6 commit 06285b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitlab/benchmarks.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ variables:
2323
paths:
2424
- platform/artifacts/
2525
expire_in: 3 months
26+
retry:
27+
max: 2
28+
when:
29+
- unknown_failure
30+
- data_integrity_failure
31+
- runner_system_failure
32+
- scheduler_failure
33+
- api_failure
2634

2735
benchmarks-pr-comment:
2836
stage: benchmarks-pr-comment

0 commit comments

Comments
 (0)