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:
parent
910987731b
commit
379baf73e8
3 changed files with 17 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue