mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-17 19:00:58 +00:00
ci: use new firmware filenames
This commit is contained in:
parent
236396338c
commit
a480bf0f18
@ -17,5 +17,5 @@ set +a
|
|||||||
./record_video.sh ${T1_CAMERA} ${CI_COMMIT_SHORT_SHA} start
|
./record_video.sh ${T1_CAMERA} ${CI_COMMIT_SHORT_SHA} start
|
||||||
(cd ../.. && poetry install)
|
(cd ../.. && poetry install)
|
||||||
poetry run python bootstrap.py t1
|
poetry run python bootstrap.py t1
|
||||||
poetry run python bootstrap.py t1 ../../trezor-*.bin
|
poetry run python bootstrap.py t1 ../../firmware-T1*.bin
|
||||||
poetry run pytest ../../tests/device_tests
|
poetry run pytest ../../tests/device_tests
|
||||||
|
@ -42,7 +42,7 @@ hardware core regular device test:
|
|||||||
- source hardware.cfg
|
- source hardware.cfg
|
||||||
- set +a
|
- set +a
|
||||||
- nix-shell --run "cd ../.. && poetry install"
|
- nix-shell --run "cd ../.. && poetry install"
|
||||||
- nix-shell --run "poetry run python bootstrap.py tt ../../trezor-*.bin | ts -s"
|
- nix-shell --run "poetry run python bootstrap.py tt ../../firmware-T2*.bin | ts -s"
|
||||||
- nix-shell --run "poetry run pytest ../../tests/device_tests | ts -s"
|
- nix-shell --run "poetry run pytest ../../tests/device_tests | ts -s"
|
||||||
timeout: 6h
|
timeout: 6h
|
||||||
artifacts:
|
artifacts:
|
||||||
@ -72,7 +72,7 @@ hardware core btconly device test:
|
|||||||
- source hardware.cfg
|
- source hardware.cfg
|
||||||
- set +a
|
- set +a
|
||||||
- nix-shell --run "cd ../.. && poetry install"
|
- nix-shell --run "cd ../.. && poetry install"
|
||||||
- nix-shell --run "poetry run python bootstrap.py tt ../../trezor-*.bin | ts -s"
|
- nix-shell --run "poetry run python bootstrap.py tt ../../firmware-T2*.bin | ts -s"
|
||||||
- nix-shell --run "poetry run pytest ../../tests/device_tests | ts -s"
|
- nix-shell --run "poetry run pytest ../../tests/device_tests | ts -s"
|
||||||
timeout: 4h
|
timeout: 4h
|
||||||
artifacts:
|
artifacts:
|
||||||
@ -99,7 +99,7 @@ hardware core monero test:
|
|||||||
- source hardware.cfg
|
- source hardware.cfg
|
||||||
- set +a
|
- set +a
|
||||||
- nix-shell --run "cd ../.. && poetry install"
|
- nix-shell --run "cd ../.. && poetry install"
|
||||||
- nix-shell --run "poetry run python bootstrap.py tt ../../trezor-*.bin | ts -s"
|
- nix-shell --run "poetry run python bootstrap.py tt ../../firmware-T2*.bin | ts -s"
|
||||||
- nix-shell --arg fullDeps true --run "cd ../../core/tests && ./run_tests_device_emu_monero.sh $TESTOPTS | ts -s"
|
- nix-shell --arg fullDeps true --run "cd ../../core/tests && ./run_tests_device_emu_monero.sh $TESTOPTS | ts -s"
|
||||||
timeout: 1h
|
timeout: 1h
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
Reference in New Issue
Block a user