android-test: master self-build failures are WARN only too

Only published F-Droid remains a matrix blocker; master tip issues warn
and continue without failing overall exit alone.
This commit is contained in:
Hernâni Marques 2026-07-17 21:54:17 +02:00
parent 910987731b
commit 379baf73e8
No known key found for this signature in database
GPG key ID: CB5738652768F7E9
3 changed files with 17 additions and 15 deletions

View file

@ -245,9 +245,9 @@ Scripts **today** implement Android only; they should honour:
| Variant | Source | Severity | Purpose |
|---------|--------|----------|---------|
| **stable-self** | tag `wallet-1.6.1` rebuilt here | **WARN only** | Same release tree, our Gradle — never hard-blocks the matrix |
| **stable-self** | tag `wallet-1.6.1` rebuilt here | **WARN only** | Same release tree, our Gradle — never hard-blocks |
| **published** | F-Droid APK URL | **BLOCKER** | What users install; FAIL_FAST stops here |
| **master** | `origin/master` | soft fail | Tip of mainline |
| **master** | `origin/master` | **WARN only** | Tip of mainline — never hard-blocks |
| **fix** (optional) | inference fix branch | soft fail | GOA automation fixes |
Default matrix order: `stable-self,published,master`.