Hashar has uploaded a new change for review.

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


Change subject: js jobs are now triggered when a js file change
......................................................................

js jobs are now triggered when a js file change

Change-Id: Iaa5f135f16c595b052633b9ed9e3dfd66b42f484
---
M layout.yaml
1 file changed, 10 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/zuul-config 
refs/changes/77/61277/1

diff --git a/layout.yaml b/layout.yaml
index 2ca9c78..8ce77a4 100644
--- a/layout.yaml
+++ b/layout.yaml
@@ -239,6 +239,16 @@
   - name: ^.*-jslint$
     # Non-voting by default (most projects do not pass yet)
     voting: false
+    files:
+     - '^.*\.js$'
+
+  - name: ^.*-jsduck$
+    files:
+     - '^.*\.js$'
+
+  - name: ^.*-jsduck-publish$
+    files:
+     - '^.*\.js$'
 
   - name: ^.*-pep8$
     # Non-voting (most of our script fail the tests miserably)

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

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

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

Reply via email to