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 8a49e51cbd
commit f9df3e20fa
No known key found for this signature in database
3 changed files with 17 additions and 15 deletions

View file

@ -38,12 +38,12 @@ Runs several smokes so a single odd developer build cannot be the only sample:
|---------|------|
| Order | Variant | Severity | What |
|------|---------|----------|------|
| **1** | **stable-self** | **WARN only** (not a blocker) | Rebuild tag `wallet-1.6.1` on this host |
| **1** | **stable-self** | **WARN only** | Rebuild tag `wallet-1.6.1` on this host |
| **2** | **published** | **BLOCKER** | F-Droid stable APK (`net.taler.wallet.fdroid` 1.6.1 / 854) |
| **3** | **master** | fail counts / FAIL_FAST | Rebuild `origin/master` |
| **3** | **master** | **WARN only** | Rebuild `origin/master` |
**Default:** `FAIL_FAST=1` only stops on **blocker** failures (`published`).
`stable-self` failure → warning in `SUMMARY.txt`, matrix continues, exit code unaffected by that warn alone.
`stable-self` / `master` failure → warning in `SUMMARY.txt`, matrix continues, exit code unaffected by those warns alone.
```bash
./run-android-variant-matrix.sh