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:
parent
66bd48d426
commit
6ec40689ff
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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)
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user