From 708a85a91631115adb3630fce3b4b4d8e73bda78 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Thu, 3 Sep 2020 13:21:19 +0200 Subject: [PATCH] ci: run btconly firmware on TT in HW tests --- ci/build.yml | 7 ++++++- ci/test.yml | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ci/build.yml b/ci/build.yml index 05deb2f8c..655921ecc 100644 --- a/ci/build.yml +++ b/ci/build.yml @@ -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" diff --git a/ci/test.yml b/ci/test.yml index 5d07fd74b..aea54a444 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -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"