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

Change subject: Skip PHPUnit tests on all deployment branches
......................................................................


Skip PHPUnit tests on all deployment branches

Expands the pattern for deployment branches to match anything containing
the string, "deployment".

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

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



diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 7df1c9f..9b081d5 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -723,7 +723,7 @@
     branch: (?!^deployment$|^contrib$)
 
   - name: wikimedia-fundraising-civicrm
-    branch: (?!^deployment$|^contrib$)
+    branch: (?!deployment|^contrib$)
 
   # Exceptions for projects not yet passing jshint (bug 60619)
   # https://bugzilla.wikimedia.org/showdependencytree.cgi?id=60619

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6b3c5fc348f4357e64ef220058996d5533407f13
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>
Gerrit-Reviewer: AndyRussG <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: Cdentinger <[email protected]>
Gerrit-Reviewer: Eileen <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Katie Horn <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Pcoombe <[email protected]>
Gerrit-Reviewer: XenoRyet <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to