Fix Android deployment pipeline and integration tests

- Run integration tests sequentially in Taskfile.yml to avoid port 4190 (ManageSieve) conflict.
- Add ManageSieve listener to Stalwart config for better test coverage.
- Increase Android emulator boot timeout and add software-mode flags (-accel off, -no-boot-anim, -gpu swiftshader_indirect) to accommodate environments without KVM.
- Update LATER.md with notes on software emulation performance.
This commit is contained in:
Thomas Güttler
2026-05-06 21:54:41 +02:00
parent 9ba6677308
commit ae5a48016c
5 changed files with 25 additions and 12 deletions
+3 -1
View File
@@ -200,7 +200,9 @@ tasks:
_integrations:
internal: true
run: once
deps: [integration, integration-ui]
cmds:
- task: integration
- task: integration-ui
check:
desc: Full check suite — unit tests first, then integration (merges coverage), then gate