monitoring: build latest taler-android then same adb pay smoke

Add run-android-build-and-smoke.sh (assembleFdroidDebug from
taler-android master) and wire APK_PATH/PKG into the existing smoke.
This commit is contained in:
Hernâni Marques 2026-07-17 20:59:31 +02:00
parent 6fae59b20c
commit 4598aca083
No known key found for this signature in database
GPG key ID: CB5738652768F7E9
5 changed files with 143 additions and 9 deletions

View file

@ -178,3 +178,16 @@ For reliable full UI confirm/pay use a physical phone or a host with **≥68
| `adb install` wallet | **Success** on emulator-5554 |
| Deep-link withdraw | **delivered**; wallet-core started `prepareBankIntegratedWithdrawal` for GOA |
| Unattended UI confirm | flaky (ANR) on this hosts RAM |
| Source build `assembleFdroidDebug` | **OK** (2026-07-17, `taler-android@f65a976c0d4a`, ~12min, APK ~59MiB) |
### From-source smoke (same tests as F-Droid)
```bash
# build latest master + adb smoke
./android-test/run-android-build-and-smoke.sh
STACK=goa ./android-test/run-android-build-and-smoke.sh
# already built:
APK_PATH=$HOME/taler/taler-android/wallet/build/outputs/apk/fdroid/debug/wallet-fdroid-debug.apk \
PKG=net.taler.wallet.fdroid.debug \
./android-test/run-android-pay-smoke.sh
```