jenkins-bot has submitted this change and it was merged.

Change subject: Android: version CI scripts in app repo
......................................................................


Android: version CI scripts in app repo

It should be easy for devs to run the same tests that CI does. Move the
scripts to the Android app repo and call those.

Change-Id: If6a3e6f8c0661bc9392dffd79d3fe60f54a7f500
Depends-On: Id365caf945087f1a73107c36f95762881cea57fe
---
M jjb/mobile.yaml
1 file changed, 3 insertions(+), 8 deletions(-)

Approvals:
  jenkins-bot: Verified
  Niedzielski: Verified; Looks good to me, approved



diff --git a/jjb/mobile.yaml b/jjb/mobile.yaml
index bf56273..8c1cf05 100644
--- a/jjb/mobile.yaml
+++ b/jjb/mobile.yaml
@@ -45,9 +45,7 @@
      - ansicolor
     builders:
      - install-android-sdk
-     - shell: |
-         scripts/missing-qq.py
-         ./gradlew clean checkstyle assembleAlphaRelease testAlphaRelease 
compileAlphaReleaseAndroidTestSources
+     - shell: scripts/apps-android-wikipedia-test
     publishers:
      - archive:
          # Capture generated .apk, ProGuard mappings, checkstyle.xml, and test 
results
@@ -90,9 +88,7 @@
             # Required for emulators to terminate: 
https://wiki.jenkins-ci.org/display/JENKINS/Android+Emulator+Plugin#AndroidEmulatorPlugin-Knownissues
             hw.audioInput: no
     builders:
-     - shell: |
-         ./gradlew clean testAllAlphaRelease 
-Pandroid.testInstrumentationRunnerArguments.size=small
-         scripts/diff-screenshots
+     - shell: scripts/apps-android-wikipedia-periodic-test
     publishers:
      - archive:
          # Capture generated .apk, ProGuard mappings, Spoon results, and 
screenshots
@@ -136,8 +132,7 @@
     triggers:
      - zuul
     builders:
-     - shell: |
-         ./gradlew -q clean lintAlphaDebug
+     - shell: scripts/apps-android-wikipedia-lint
     publishers:
      - archive:
          artifacts: '**/build/outputs/**'

-- 
To view, visit https://gerrit.wikimedia.org/r/319925
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If6a3e6f8c0661bc9392dffd79d3fe60f54a7f500
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Niedzielski <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to