Niedzielski has uploaded a new change for review.

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

Change subject: Fix Android periodic test polling
......................................................................

Fix Android periodic test polling

apps-android-wikipedia-periodic-test triggers on pollscm. pollscm does
not populate parameters. In this case, the COMMIT parameter was always
empty causing the build to never trigger. Hardcode the polling and build
commit to origin/master.

Change-Id: I2f9e970f95c2a556701d9a4295fc3ab3acf351f1
---
M jjb/mobile.yaml
1 file changed, 1 insertion(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/53/256453/1

diff --git a/jjb/mobile.yaml b/jjb/mobile.yaml
index 5af6cf0..f7cfd19 100644
--- a/jjb/mobile.yaml
+++ b/jjb/mobile.yaml
@@ -57,10 +57,6 @@
     node: contintLabsSlave && AndroidEmulator
     defaults: use-remoteonly-zuul
     concurrent: true
-    parameters:
-     - string:
-         name: COMMIT # Seam for manual one-offs.
-         default: $GIT_COMMIT # Trigger commit
     properties:
      - throttle-one-per-node
     triggers:
@@ -70,7 +66,7 @@
      - git:
         url: https://phabricator.wikimedia.org/diffusion/APAW
         branches:
-          - ${{COMMIT}}
+          - origin/master # Hardcode to branch so pollscm works properly.
     wrappers:
      - android-emulator:
          os: android-15

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2f9e970f95c2a556701d9a4295fc3ab3acf351f1
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <sniedziel...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to