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

Change subject: Filter out refs/meta/config from check-only/check-voter
......................................................................


Filter out refs/meta/config from check-only/check-voter

Follow up c77c9a86, a changed made against refs/meta/config would still
be processed by check-only/check-voter.

Bug: T52389
Change-Id: I670df4d828089d1138b2bc11b5570390aad50283
---
M zuul/layout.yaml
1 file changed, 3 insertions(+), 0 deletions(-)

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



diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index f1d5280..8f1dd82 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -36,6 +36,7 @@
     trigger:
       gerrit:
         - event: patchset-created
+          branch: (?!^refs/meta/config)
           # Don't run the check pipeline if the user is allowed to run the 
test pipeline (bug 43391).
           # TODO: Figure out a way to turn this into a list instead of a 
single regex.
           # TODO: Figure out a way to not have to repeat this from pipeline 
'test'.
@@ -240,9 +241,11 @@
     trigger:
       gerrit:
         - event: patchset-created
+          branch: (?!^refs/meta/config)
           email:
            - ^(?!l10n-bot@translatewiki\.net).*$
         - event: comment-added
+          branch: (?!^refs/meta/config)
           comment: (?im)^Patch Set \d+:( 
-?Code\-Review(\+|-)?(1|2)?)?\n\n\s*recheck\.?\s*$
     success-message: 'Basic test build succeeded.'
     success:

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I670df4d828089d1138b2bc11b5570390aad50283
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>
Gerrit-Reviewer: Hashar <has...@free.fr>
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