trezor / trezor-suite

:candy: Trezor Suite Monorepo
https://trezor.io/trezor-suite
Other
654 stars 242 forks source link

Build E2E apk only if necessary #12580

Open PeKne opened 3 weeks ago

PeKne commented 3 weeks ago

The E2E pipeline is building a new Android .apk on every change in the source code. It is very source unefficient, since the build need to be done only if there are changes in the native dependecies.

Acceptance criteria

PeKne commented 2 weeks ago

Current progress of #12630 blocked by DevOps task: https://www.notion.so/satoshilabs/S3-bucket-for-mobile-E2E-builds-e8bcae6e818648afb2381c83b34912e0?pvs=4.

When is the needed AWS S3 bucket ready, this issue can be finished.