Krinkle has uploaded a new change for review.

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

Change subject: rake: Set "*.rb" files filter
......................................................................

rake: Set "*.rb" files filter

Don't run 'rake' on every commit in MediaWiki core.

Bug: T144325
Change-Id: I35a6fd61473e4c8e14dfb505241081b56f338008
---
M zuul/layout.yaml
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/70/307670/1

diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 4a0cce0..7b6a840 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -629,6 +629,8 @@
     voting: false
 
   - name: ^rake$
+    files:
+     - '^.*\.rb$'
     # Rake entry points have not been backported to wmf branches yet
     # -- hashar Nov 10th 2015
     branch: (?!^wmf/1\.27\.0-wmf\.[45])

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I35a6fd61473e4c8e14dfb505241081b56f338008
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Krinkle <krinklem...@gmail.com>

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

Reply via email to