jenkins-bot has submitted this change and it was merged.

Change subject: rake: Limit to commits that touch "*.rb" files
......................................................................


rake: Limit to commits that touch "*.rb" files

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

Follows-up 8f0530f7e which did this for rubocop jobs, but that
got lost in the transition to 'rake'.

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

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



diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 4a0cce0..0e13520 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -629,6 +629,8 @@
     voting: false
 
   - name: ^rake$
+    files:
+     - '^(\.rubocop.*|\.gemspec|.*\.rb|Gemfile$|Gemfile\.lock$)'
     # 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: merged
Gerrit-Change-Id: I35a6fd61473e4c8e14dfb505241081b56f338008
Gerrit-PatchSet: 4
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Krinkle <krinklem...@gmail.com>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: Krinkle <krinklem...@gmail.com>
Gerrit-Reviewer: Paladox <thomasmulhall...@yahoo.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to