ci: remove sleeps for coverage, restore Monero

with the new emulator runner, this should be more stable

This reverts commit 1480f5a25c.
pull/828/head
matejcik 4 years ago
parent 741c0c8888
commit 37ab510622

@ -43,8 +43,6 @@ core unix device test:
script: script:
- cd core - cd core
- pipenv run make test_emu - pipenv run make test_emu
- sync
- sleep 1
- mv ./src/.coverage .coverage.test_emu - mv ./src/.coverage .coverage.test_emu
artifacts: artifacts:
name: core-unix-device-test name: core-unix-device-test
@ -83,13 +81,17 @@ core unix monero test:
extends: .core_job extends: .core_job
dependencies: dependencies:
- core unix frozen debug build - core unix frozen debug build
variables:
TREZOR_PROFILING: 1
script: script:
- cd core - cd core
- pipenv run make test_emu_monero - pipenv run make test_emu_monero
- mv ./src/.coverage .coverage.test_emu_monero
artifacts: artifacts:
name: core-unix-monero-test name: core-unix-monero-test
paths: paths:
- tests/trezor.log - tests/trezor.log
- core/.coverage.*
expire_in: 1 week expire_in: 1 week
when: always when: always
@ -104,8 +106,6 @@ 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
- sync
- sleep 1
- mv ./src/.coverage .coverage.test_emu_u2f - mv ./src/.coverage .coverage.test_emu_u2f
artifacts: artifacts:
name: core-unix-u2f-test name: core-unix-u2f-test
@ -125,8 +125,6 @@ core unix fido2 test:
script: script:
- cd core - cd core
- pipenv run make test_emu_fido2 - pipenv run make test_emu_fido2
- sync
- sleep 1
- mv ./src/.coverage .coverage.test_emu_fido2 - mv ./src/.coverage .coverage.test_emu_fido2
artifacts: artifacts:
name: core-unix-fido2-test name: core-unix-fido2-test

Loading…
Cancel
Save