mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
ci/tests: add core emulator logs as artifacts
This commit is contained in:
parent
c16194115d
commit
b6e2c2d14b
36
ci/test.yml
36
ci/test.yml
@ -46,6 +46,12 @@ core unix device test:
|
|||||||
script:
|
script:
|
||||||
- cd core
|
- cd core
|
||||||
- pipenv run make test_emu
|
- pipenv run make test_emu
|
||||||
|
- cp /var/tmp/trezor.log ${CI_PROJECT_DIR}
|
||||||
|
artifacts:
|
||||||
|
name: core-unix-device-test.log
|
||||||
|
paths:
|
||||||
|
- trezor.log
|
||||||
|
expire_in: 1 week
|
||||||
|
|
||||||
core unix btconly device test:
|
core unix btconly device test:
|
||||||
stage: test
|
stage: test
|
||||||
@ -58,6 +64,12 @@ core unix btconly device test:
|
|||||||
script:
|
script:
|
||||||
- cd core
|
- cd core
|
||||||
- pipenv run make test_emu
|
- pipenv run make test_emu
|
||||||
|
- cp /var/tmp/trezor.log ${CI_PROJECT_DIR}
|
||||||
|
artifacts:
|
||||||
|
name: core-unix-btconly-device-test.log
|
||||||
|
paths:
|
||||||
|
- trezor.log
|
||||||
|
expire_in: 1 week
|
||||||
|
|
||||||
core unix monero test:
|
core unix monero test:
|
||||||
stage: test
|
stage: test
|
||||||
@ -67,6 +79,12 @@ core unix monero test:
|
|||||||
script:
|
script:
|
||||||
- cd core
|
- cd core
|
||||||
- pipenv run make test_emu_monero
|
- pipenv run make test_emu_monero
|
||||||
|
- cp /var/tmp/trezor.log ${CI_PROJECT_DIR}
|
||||||
|
artifacts:
|
||||||
|
name: core-unix-monero-test.log
|
||||||
|
paths:
|
||||||
|
- trezor.log
|
||||||
|
expire_in: 1 week
|
||||||
|
|
||||||
core unix u2f test:
|
core unix u2f test:
|
||||||
stage: test
|
stage: test
|
||||||
@ -78,6 +96,12 @@ core unix u2f test:
|
|||||||
- make -C tests/fido_tests/u2f-tests-hid
|
- make -C tests/fido_tests/u2f-tests-hid
|
||||||
- cd core
|
- cd core
|
||||||
- pipenv run make test_emu_u2f
|
- pipenv run make test_emu_u2f
|
||||||
|
- cp /var/tmp/trezor.log ${CI_PROJECT_DIR}
|
||||||
|
artifacts:
|
||||||
|
name: core-unix-u2f-test.log
|
||||||
|
paths:
|
||||||
|
- trezor.log
|
||||||
|
expire_in: 1 week
|
||||||
|
|
||||||
core unix fido2 test:
|
core unix fido2 test:
|
||||||
stage: test
|
stage: test
|
||||||
@ -87,6 +111,12 @@ core unix fido2 test:
|
|||||||
script:
|
script:
|
||||||
- cd core
|
- cd core
|
||||||
- pipenv run make test_emu_fido2
|
- pipenv run make test_emu_fido2
|
||||||
|
- cp /var/tmp/trezor.log ${CI_PROJECT_DIR}
|
||||||
|
artifacts:
|
||||||
|
name: core-unix-fido2-test.log
|
||||||
|
paths:
|
||||||
|
- trezor.log
|
||||||
|
expire_in: 1 week
|
||||||
|
|
||||||
core unix click test:
|
core unix click test:
|
||||||
stage: test
|
stage: test
|
||||||
@ -96,6 +126,12 @@ core unix click test:
|
|||||||
script:
|
script:
|
||||||
- cd core
|
- cd core
|
||||||
- pipenv run make test_emu_click
|
- pipenv run make test_emu_click
|
||||||
|
- cp /var/tmp/trezor.log ${CI_PROJECT_DIR}
|
||||||
|
artifacts:
|
||||||
|
name: core-unix-click-test.log
|
||||||
|
paths:
|
||||||
|
- trezor.log
|
||||||
|
expire_in: 1 week
|
||||||
|
|
||||||
core unix upgrade test:
|
core unix upgrade test:
|
||||||
stage: test
|
stage: test
|
||||||
|
Loading…
Reference in New Issue
Block a user