jenkins-bot has submitted this change and it was merged.
Change subject: Remove redundant Android tests
......................................................................
Remove redundant Android tests
The Android Wikipedia app is tested in two phases: assembly and JUnit
JVM tests, and Android instrumentation tests. The latter requires that
the Android emulator be in a settled state which is a long running task
performed in parallel with the first phase. This patch makes use of a
new Gradle target in the second phase, connectedAlphaReleaseAndroidTest.
Previously, JVM JUnit tests were executed redundantly by the all
encompassing testAllAlphaRelease target.
Change-Id: I85fc0721ae97a7390aaf532b69415b0f25ef1fa3
---
M jjb/mobile.yaml
1 file changed, 1 insertion(+), 4 deletions(-)
Approvals:
JanZerebecki: Looks good to me, approved
jenkins-bot: Verified
diff --git a/jjb/mobile.yaml b/jjb/mobile.yaml
index 10d1393..1b1236b 100644
--- a/jjb/mobile.yaml
+++ b/jjb/mobile.yaml
@@ -50,10 +50,7 @@
scripts/missing-qq.py
./gradlew clean checkstyle assembleAlphaRelease testAlphaRelease
scripts/adb-setup.bash
-
- # TODO: replace with connectedAlphaReleaseAndroidTest once
- # https://gerrit.wikimedia.org/r/#/c/235859/ is merged
- ./gradlew testAllAlphaRelease
+ ./gradlew connectedAlphaReleaseAndroidTest
publishers:
- archive:
# Capture generated .apk, ProGuard mappings, checkstyle.xml, and test
results
--
To view, visit https://gerrit.wikimedia.org/r/247629
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I85fc0721ae97a7390aaf532b69415b0f25ef1fa3
Gerrit-PatchSet: 3
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <[email protected]>
Gerrit-Reviewer: BearND <[email protected]>
Gerrit-Reviewer: Dbrant <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: JanZerebecki <[email protected]>
Gerrit-Reviewer: Mholloway <[email protected]>
Gerrit-Reviewer: Niedzielski <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits