Hashar has submitted this change and it was merged.

Change subject: trigger js jobs only when .js files are changed
......................................................................


trigger js jobs only when .js files are changed

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

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



diff --git a/layout.yaml b/layout.yaml
index 41f7c74..c2037dd 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: merged
Gerrit-Change-Id: Iaa5f135f16c595b052633b9ed9e3dfd66b42f484
Gerrit-PatchSet: 3
Gerrit-Project: integration/zuul-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to