Ejegg has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/335271 )

Change subject: Change SmashPig tests from PHP 5.3 to 5.5
......................................................................

Change SmashPig tests from PHP 5.3 to 5.5

Change-Id: Id07fb9de9d89b30a8dd6ccda8f745b7acd1188d8
---
M zuul/layout.yaml
1 file changed, 6 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/71/335271/1

diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index b0196a8..4148411 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -740,7 +740,11 @@
     branch: (?!REL1_23|fundraising/REL.*)
 
   - name: ^.*php55.*$
-    branch: (?!REL1_2[3-6]|fundraising/REL1_2[3-6]$)
+    skip-if:
+      - project: '^mediawiki/.*$'
+        branch: (REL1_2[3-6]|fundraising/REL1_2[3-6]$)
+      - project: ^wikimedia/fundraising/SmashPig$
+        branch: ^deployment$
 
   - name: ^.*php70.*$
     branch: (?!REL1_2[3-6]|fundraising/REL1_2[3-6]$)
@@ -749,8 +753,6 @@
     skip-if:
       - project: '^mediawiki/.*$'
         branch: (?!REL1_2[3-6]|fundraising/REL1_2[3-6]$)
-      - project: ^wikimedia/fundraising/SmashPig$
-        branch: ^deployment$
 
   # Don't run tests on deployment branches where the tests have been removed.
   # Covered by test_smashpig_deployment_branch_filters
@@ -2657,7 +2659,7 @@
 
   - name: wikimedia/fundraising/SmashPig
     template:
-      - name: composer-test
+      - name: composer-test55
 
   - name: wikimedia/iegreview
     template:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id07fb9de9d89b30a8dd6ccda8f745b7acd1188d8
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Ejegg <[email protected]>

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

Reply via email to