1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-21 15:08:12 +00:00

fix(tests): include model R into master diff and fixtures upload

[no changelog]
This commit is contained in:
grdddj 2023-06-13 15:06:40 +02:00 committed by Jiří Musil
parent 66bd48d426
commit 6ec40689ff
3 changed files with 5 additions and 2 deletions

View File

@ -239,6 +239,7 @@ ui tests fixtures deploy:
- core persistence test
- legacy device test
- core device R test
- core click R test
script:
- echo "Deploying to $DEPLOY_PATH"
- rsync --delete -va ci/ui_test_records/* "$DEPLOY_PATH"

View File

@ -37,8 +37,10 @@ unix ui changes:
<<: *gitlab_caching
needs:
- core click test
- core click R test
- core persistence test
- core device test
- core device R test
- legacy device test
script:
- $NIX_SHELL --run "poetry run python -m tests.ui_tests.reporting master-diff"

View File

@ -299,8 +299,8 @@ Consists of **13 jobs** below:
### [ui tests fixtures deploy](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L229)
### [sync emulators to aws](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L254)
### [sync emulators to aws](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L255)
### [common sync](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L279)
### [common sync](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L280)
---