Paladox has uploaded a new change for review.

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

Change subject: Add new non voting jshint test
......................................................................

Add new non voting jshint test

This will help us with out migration from jslint too jshint and jsonlint.

Once the migration to the non voting test is done we will go through and
convert the tests to generic tests and probaly add npm to them.

Bug: T62619
Bug: T127362
Change-Id: I02b8decdc5ed1e56b65734e5274198a872449496
---
M jjb/job-templates.yaml
M zuul/layout.yaml
2 files changed, 15 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/22/271722/1

diff --git a/jjb/job-templates.yaml b/jjb/job-templates.yaml
index ed0ddfd..4460d33 100644
--- a/jjb/job-templates.yaml
+++ b/jjb/job-templates.yaml
@@ -36,6 +36,16 @@
      - jshint
 
 - job:
+    name: 'jshint-non-voting'
+    node: contintLabsSlave && UbuntuTrusty
+    defaults: use-remote-zuul-shallow-clone
+    concurrent: true
+    triggers:
+     - zuul
+    builders:
+     - jshint
+
+- job:
     name: 'jsonlint'
     node: contintLabsSlave && UbuntuTrusty
     defaults: use-remote-zuul-shallow-clone
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 1880a2b..318688c 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -741,6 +741,11 @@
      # Matches: .jscsrc, .jshintrc, .jshintignore, and *.js
      - '^(\.js.*|.*\.js$)'
 
+  - name: ^jshint-non-voting$
+    files:
+     # Matches: .jscsrc, .jshintrc, .jshintignore, and *.js
+     - '^(\.js.*|.*\.js$)'
+
   - name: ^jsonlint
     files:
      # Matches: *.json

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I02b8decdc5ed1e56b65734e5274198a872449496
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>

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

Reply via email to