mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 23:18:13 +00:00
ci: run btconly firmware on TT in HW tests
This commit is contained in:
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…
Reference in New Issue
Block a user