Paladox has uploaded a new change for review.

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

Change subject: Add php5.5 to some tests
......................................................................

Add php5.5 to some tests

Change-Id: I4b7c4ae385d0b1caf9e444b60a9aade47edc763c
---
M jjb/mediawiki-extensions.yaml
1 file changed, 5 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/63/266063/1

diff --git a/jjb/mediawiki-extensions.yaml b/jjb/mediawiki-extensions.yaml
index a9bb128..304c5c8 100644
--- a/jjb/mediawiki-extensions.yaml
+++ b/jjb/mediawiki-extensions.yaml
@@ -220,7 +220,7 @@
 - job-template:
     name: '{name}-{ext-name}-testextension-{phpflavor}'
     # See mediawiki.yaml mediawiki-phpunit-{phpflavor}
-    node: 'contintLabsSlave && ((UbuntuPrecise && phpflavor-php53 && 
phpflavor-{phpflavor}) || (UbuntuTrusty && phpflavor-hhvm && 
phpflavor-{phpflavor}))'
+    node: 'contintLabsSlave && ((UbuntuPrecise && phpflavor-php53 && 
phpflavor-{phpflavor}) || (UbuntuPrecise && phpflavor-php55 && 
phpflavor-{phpflavor}) || (UbuntuTrusty && phpflavor-hhvm && 
phpflavor-{phpflavor}))'
     concurrent: true
     properties:
      - throttle-one-per-node
@@ -245,7 +245,7 @@
 # Generic phpunit job for extensions.
 - job-template:
     name: 'mwext-testextension-{phpflavor}'
-    node: 'contintLabsSlave && ((UbuntuPrecise && phpflavor-php53 && 
phpflavor-{phpflavor}) || (UbuntuTrusty && phpflavor-hhvm && 
phpflavor-{phpflavor}))'
+    node: 'contintLabsSlave && ((UbuntuPrecise && phpflavor-php53 && 
phpflavor-{phpflavor}) || (UbuntuPrecise && phpflavor-php55 && 
phpflavor-{phpflavor}) || (UbuntuTrusty && phpflavor-hhvm && 
phpflavor-{phpflavor}))'
     concurrent: true
     triggers:
      - zuul
@@ -263,7 +263,7 @@
 # same but with composer update instead of cloning vendor
 - job-template:
     name: 'mwext-testextension-{phpflavor}-composer'
-    node: 'contintLabsSlave && ((UbuntuPrecise && phpflavor-php53 && 
phpflavor-{phpflavor}) || (UbuntuTrusty && phpflavor-hhvm && 
phpflavor-{phpflavor}))'
+    node: 'contintLabsSlave && ((UbuntuPrecise && phpflavor-php53 && 
phpflavor-{phpflavor}) || (UbuntuPrecise && phpflavor-php55 && 
phpflavor-{phpflavor}) || (UbuntuTrusty && phpflavor-hhvm && 
phpflavor-{phpflavor}))'
     concurrent: true
     triggers:
      - zuul
@@ -286,10 +286,12 @@
         phpflavor:
             - hhvm
             - php53
+            - php55
      - 'mwext-testextension-{phpflavor}-composer':
         phpflavor:
             - hhvm
             - php53
+            - php55
 
 - job:
     name: 'mwext-Flow-jsduck-publish'

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

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

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

Reply via email to