Awight has uploaded a new change for review.

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

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/68/249968/1

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: newchange
Gerrit-Change-Id: I6b3c5fc348f4357e64ef220058996d5533407f13
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Awight <awi...@wikimedia.org>

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

Reply via email to