mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 23:18:13 +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
|
- core persistence test
|
||||||
- legacy device test
|
- legacy device test
|
||||||
- core device R test
|
- core device R test
|
||||||
|
- core click R test
|
||||||
script:
|
script:
|
||||||
- echo "Deploying to $DEPLOY_PATH"
|
- echo "Deploying to $DEPLOY_PATH"
|
||||||
- rsync --delete -va ci/ui_test_records/* "$DEPLOY_PATH"
|
- rsync --delete -va ci/ui_test_records/* "$DEPLOY_PATH"
|
||||||
|
@ -37,8 +37,10 @@ unix ui changes:
|
|||||||
<<: *gitlab_caching
|
<<: *gitlab_caching
|
||||||
needs:
|
needs:
|
||||||
- core click test
|
- core click test
|
||||||
|
- core click R test
|
||||||
- core persistence test
|
- core persistence test
|
||||||
- core device test
|
- core device test
|
||||||
|
- core device R test
|
||||||
- legacy device test
|
- legacy device test
|
||||||
script:
|
script:
|
||||||
- $NIX_SHELL --run "poetry run python -m tests.ui_tests.reporting master-diff"
|
- $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)
|
### [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