Hashar has uploaded a new change for review.

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

Change subject: Prevent rubocop on legacy mw/core branches
......................................................................

Prevent rubocop on legacy mw/core branches

The mediawiki-core-bundle-rubocop job assume to have /Gemfile at the
root of the repository with rubocop as a gem.  That is only the case in
master and will be in REL1_25. Moreover, rubocop is not in REL1_24
Gemfile.

Update the job branch filter to prevent it from running on legacy
branches.

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


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/35/200835/1

diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 8d2af53..62e735a 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -527,7 +527,7 @@
   - name: mediawiki-core-bundle-rubocop
     files:
      - '^(\.rubocop.*|\.gemspec|.*\.rb|Gemfile$)'
-    branch: ^(REL1_24|master)$
+    branch: ^(?!REL1_19|REL1_23|REL1_24|fundraising/REL1_23)$
 
   - name: ^php-composer-validate$
     files:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia4c62089ad3ad27f3a258f36554792bda09c34be
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>

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

Reply via email to