mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
ci: add 'retry' to flaky tests (Monero and U2F)
This commit is contained in:
parent
861e999425
commit
737ebeec1c
@ -62,6 +62,7 @@ core unix btconly device test:
|
||||
core unix monero test:
|
||||
stage: test
|
||||
<<: *only_changes_core
|
||||
retry: 2 # see #405
|
||||
dependencies:
|
||||
- core unix frozen regular build
|
||||
script:
|
||||
@ -71,6 +72,7 @@ core unix monero test:
|
||||
core unix u2f test:
|
||||
stage: test
|
||||
<<: *only_changes_core
|
||||
retry: 2 # see #596
|
||||
dependencies:
|
||||
- core unix frozen regular build
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user