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

Change subject: Typo in branch: regex
......................................................................


Typo in branch: regex

Change-Id: I8904bc1b147430f98d9d3a4f6d18d3dbb902f99f
---
M layout.yaml
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/layout.yaml b/layout.yaml
index f0c6eb5..a84b7e6 100644
--- a/layout.yaml
+++ b/layout.yaml
@@ -1578,9 +1578,9 @@
     branch: ^(master|REL.*)$  # probably fails on wmf branches
   # Old splitted phpunit jobs superseeded by mediawiki-vendor-integration
   - name: ^mediawiki-core-phpunit-.*$
-    branch: (?!:master|REL.*)$  # covered by mediawiki-vendor-integration
+    branch: ^(?!:master|REL.*)$  # covered by mediawiki-vendor-integration
   - name: ^mediawiki-core-install-.*$
-    branch: (?!:master|REL.*)$  # covered by mediawiki-vendor-integration
+    branch: ^(?!:master|REL.*)$  # covered by mediawiki-vendor-integration
 
   - name: mediawiki-core-qunit
     # Doesn't work in MediaWiki REL1_19

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8904bc1b147430f98d9d3a4f6d18d3dbb902f99f
Gerrit-PatchSet: 1
Gerrit-Project: integration/zuul-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