ci: run btconly firmware on TT in HW tests

pull/1452/head
Tomas Susanka 4 years ago committed by Martin Milata
parent 61531fbd4a
commit 708a85a916

@ -59,7 +59,12 @@ core fw btconly debug build:
script:
- nix-shell --run "poetry run make -C core build_firmware"
- cp core/build/firmware/firmware.bin trezor-fw-btconly-debug-$CORE_VERSION-$CI_COMMIT_SHORT_SHA.bin
only: # currently used only for deploys
only: # currently used only for HW tests and deploys
- schedules # nightly build
- /^legacy\//
- /^release\//
- /^secfix\//
- /^hw\//
- /^core\//
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"

@ -306,7 +306,7 @@ storage test:
when: always
# Hardware
hardware core regular device test:
hardware core btconly device test:
stage: test
only:
- schedules # nightly build
@ -316,7 +316,7 @@ hardware core regular device test:
- /^hw\//
tags:
- tpmb
needs: ["core fw regular debug build"]
needs: ["core fw btconly debug build"]
script:
- cd ci/hardware_tests
- nix-shell --run "cd ../.. && poetry install"

Loading…
Cancel
Save