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: script:
- nix-shell --run "poetry run make -C core build_firmware" - 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 - 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\// - /^core\//
artifacts: artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA" name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"

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

Loading…
Cancel
Save