Hashar has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/396004 )

Change subject: rake job: gemspec is a file suffix
......................................................................

rake job: gemspec is a file suffix

Zuul files: filtering uses re.match() which checks at the beginning of
the string as indicated by the comment.
We were not running the job for a patch changing solely a gemspec for
example:

 M  mediawiki_api.gemspec

Change-Id: Ie060b9c6646c6812920c68096f71e75c0f3c548e
---
M zuul/layout.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/04/396004/1

diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index ed8ee33..236516f 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -754,7 +754,7 @@
       # Uses python re.match() which checks at BEGINNING of the string
       - '.*\.pp$'
       - '.*\.rb'
-      - '(\.rubocop|\.gemspec|Gemfile)'
+      - '(\.rubocop|.*\.gemspec$|Gemfile)'
       - '.*([Rr]akefile|/spec/)'
 
   # Same for mediawiki/vagrant

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie060b9c6646c6812920c68096f71e75c0f3c548e
Gerrit-PatchSet: 1
Gerrit-Project: integration/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