jenkins-bot has submitted this change and it was merged.
Change subject: Use Android Spoon test results
......................................................................
Use Android Spoon test results
The Android test runner results are not available when the tests are
executed with the Spoon runner. Use the Spoon results instead.
Change-Id: Ic508e43efd55d862c32fad753a27c90954a31327
---
M jjb/mobile.yaml
1 file changed, 3 insertions(+), 3 deletions(-)
Approvals:
JanZerebecki: Looks good to me, approved
jenkins-bot: Verified
diff --git a/jjb/mobile.yaml b/jjb/mobile.yaml
index 8999fc9..e60e266 100644
--- a/jjb/mobile.yaml
+++ b/jjb/mobile.yaml
@@ -87,10 +87,10 @@
./gradlew spoonAlphaReleaseAndroidTest
publishers:
- archive:
- # Capture generated .apk, ProGuard mappings, test results, and Spoon
results
- artifacts:
'**/build/outputs/**,**/androidTest-results/**/*.xml,**/build/spoon/**'
+ # Capture generated .apk, ProGuard mappings, and Spoon results
+ artifacts: '**/build/outputs/**,**/build/spoon/**'
- junit:
- results: '**/androidTest-results/**/*.xml'
+ results: '**/build/spoon/**/*.xml'
- irc-android-ci
- job-template:
--
To view, visit https://gerrit.wikimedia.org/r/266302
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic508e43efd55d862c32fad753a27c90954a31327
Gerrit-PatchSet: 2
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: JanZerebecki <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits