android-test: document self-build-only-for-current-stable policy in header

This commit is contained in:
Hernâni Marques 2026-07-17 21:57:42 +02:00
parent 4296ac946c
commit d368b40709
No known key found for this signature in database

View file

@ -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/12month 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