1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-20 14:39:22 +00:00

ci: allow HWI test failure

This commit is contained in:
matejcik 2022-02-25 14:16:36 +01:00 committed by matejcik
parent db9f89ed4e
commit d655dbf228

View File

@ -362,6 +362,7 @@ core hwi test:
<<: *gitlab_caching
needs:
- core unix frozen debug build
allow_failure: true
script:
- nix-shell --run "git clone https://github.com/bitcoin-core/HWI.git"
- nix-shell --arg fullDeps true --run "cd HWI && poetry install && poetry run ./test/test_trezor.py --model_t ../core/build/unix/trezor-emu-core bitcoind"
@ -526,6 +527,7 @@ legacy hwi test:
- legacy emu regular debug build
variables:
EMULATOR: "1"
allow_failure: true
script:
- nix-shell --run "git clone https://github.com/bitcoin-core/HWI.git"
- nix-shell --arg fullDeps true --run "cd HWI && poetry install && poetry run ./test/test_trezor.py --model_1 ../legacy/firmware/trezor.elf bitcoind"