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

Change subject: Disable php53 jobs on MW master + extensions
......................................................................


Disable php53 jobs on MW master + extensions

Change-Id: Ia6afac71200a380305590f1307a0bd9d1ebdf237
---
M zuul/layout.yaml
1 file changed, 5 insertions(+), 0 deletions(-)

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



diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 1655579..f1770c0 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -653,6 +653,11 @@
   - name: ^.*php55.*$
     branch: (?!REL1_2[3-6]$)
 
+  - name: ^.*php53.*$
+    skip-if:
+      - project: '^mediawiki/.*$'
+        branch: (REL1_2[3-6])
+
   # Jobs testing multiple extensions together
   #
   # TODO stop triggering php53 jobs for the wmf branches

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia6afac71200a380305590f1307a0bd9d1ebdf237
Gerrit-PatchSet: 2
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