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

Change subject: Flip skip-if regex for php53 jobs, whoops
......................................................................


Flip skip-if regex for php53 jobs, whoops

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

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



diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index f1770c0..5d3819e 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -656,7 +656,7 @@
   - name: ^.*php53.*$
     skip-if:
       - project: '^mediawiki/.*$'
-        branch: (REL1_2[3-6])
+        branch: (?!REL1_2[3-6]$)
 
   # Jobs testing multiple extensions together
   #

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia971c84d1f46f6a199f444fc8c76de1e2940939a
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to