Niedzielski has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/266302

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/02/266302/1

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: newchange
Gerrit-Change-Id: Ic508e43efd55d862c32fad753a27c90954a31327
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to