Paladox has uploaded a new change for review.

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

Change subject: Migrate apps/android/wikipedia from jslint to jshint
......................................................................

Migrate apps/android/wikipedia from jslint to jshint

Bug: T127362
Change-Id: I984ae92a58da3f1f830342025b0fc062199f5478
---
M jjb/mobile.yaml
M zuul/layout.yaml
2 files changed, 24 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/28/273928/1

diff --git a/jjb/mobile.yaml b/jjb/mobile.yaml
index e60e266..3b1dfd6 100644
--- a/jjb/mobile.yaml
+++ b/jjb/mobile.yaml
@@ -3,8 +3,28 @@
 - project:
     name: apps
     jobs:
-      - '{name}-jslint'
-      - '{name}-php53lint'
+      - 'apps-jshint'
+      - 'apps-jsonlint'
+
+- job-template:
+    name: 'apps-jshint'
+    node: contintLabsSlave && UbuntuTrusty
+    defaults: use-remote-zuul-shallow-clone
+    concurrent: true
+    triggers:
+     - zuul
+    builders:
+     - jshint
+
+- job-template:
+    name: 'apps-jsonlint'
+    node: contintLabsSlave && UbuntuTrusty
+    defaults: use-remote-zuul-shallow-clone
+    concurrent: true
+    triggers:
+     - zuul
+    builders:
+     - jsonlint
 
 - publisher:
     name: gradle-reports-checkstyle
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 26c415e..370ad5a 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -1509,12 +1509,12 @@
 
   - name: apps/android/wikipedia
     test:
-      - apps-jslint
+      - apps-jshint
       - tox-jessie
       - apps-android-wikipedia-test
       - apps-android-wikipedia-lint
     gate-and-submit:
-      - apps-jslint
+      - apps-jshint
       - tox-jessie
       - apps-android-wikipedia-test
       # TODO: uncomment once this job votes.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I984ae92a58da3f1f830342025b0fc062199f5478
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>

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

Reply via email to