android-test: document self-build-only-for-current-stable policy in header
This commit is contained in:
parent
4296ac946c
commit
d368b40709
1 changed files with 7 additions and 8 deletions
|
|
@ -2,15 +2,14 @@
|
||||||
# Run Android wallet smoke against several build / published variants.
|
# Run Android wallet smoke against several build / published variants.
|
||||||
#
|
#
|
||||||
# Default order:
|
# Default order:
|
||||||
# 1) stable-self — rebuild STABLE_TAG (always WARN on fail)
|
# 1) stable-self — **only** self-build of current published stable (WARN)
|
||||||
# 2) published — current F-Droid suggested APK
|
# 2) published — current F-Droid APK
|
||||||
# 3) older / milestones — releases near **3 / 6 / 9 / 12 months** (WARN only)
|
# 3) older — F-Droid APKs ~3/6/9/12 mo if still hosted (WARN, no self-build)
|
||||||
# 4) master — tip (always WARN on fail)
|
# 4) master — tip self-build (WARN)
|
||||||
#
|
#
|
||||||
# Severity (released apps):
|
# Self-build policy: current stable + master/fix only — never rebuild old releases.
|
||||||
# Age ≤ BLOCKER_MAX_AGE_DAYS (default **14**) → **BLOCKER** on fail (FAIL_FAST)
|
#
|
||||||
# Age > 14 days, incl. 3/6/9/12‑month samples → **WARN** only
|
# Severity: age ≤14d → BLOCKER; milestones/older/self-builds → WARN
|
||||||
# master / stable-self → WARN
|
|
||||||
#
|
#
|
||||||
# Env:
|
# Env:
|
||||||
# STABLE_TAG, STABLE_APK_URL, STABLE_APK_NAME
|
# STABLE_TAG, STABLE_APK_URL, STABLE_APK_NAME
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue