Skip to content
Snippets Groups Projects

.rec_benchmark: retry: max 2, when: [runner_system_failure]

Merged Wouter Deconinck requested to merge retry-twice-when-runner-system-failure into master
+ 4
0
@@ -60,6 +60,10 @@ common:detector:
- ln -s "${LOCAL_DATA_PATH}/datasets/data" data
- ls -lrtha
- bash bin/get_calibrations
retry:
max: 2
when:
- runner_system_failure
interruptible: true
include:
Loading