mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +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:
|
core unix monero test:
|
||||||
stage: test
|
stage: test
|
||||||
<<: *only_changes_core
|
<<: *only_changes_core
|
||||||
|
retry: 2 # see #405
|
||||||
dependencies:
|
dependencies:
|
||||||
- core unix frozen regular build
|
- core unix frozen regular build
|
||||||
script:
|
script:
|
||||||
@ -71,6 +72,7 @@ core unix monero test:
|
|||||||
core unix u2f test:
|
core unix u2f test:
|
||||||
stage: test
|
stage: test
|
||||||
<<: *only_changes_core
|
<<: *only_changes_core
|
||||||
|
retry: 2 # see #596
|
||||||
dependencies:
|
dependencies:
|
||||||
- core unix frozen regular build
|
- core unix frozen regular build
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user