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

Change subject: Switch tools/guc jobs from php55 to php56
......................................................................

Switch tools/guc jobs from php55 to php56

Looks like a base image variant exists for php56-jessie, but
the composer job doesn't yet have a variant for it, so creating
that at the same time.

Bug: T181852
Change-Id: Idc05baaf391a8adaa5589002fc2514125132da99
---
M jjb/php.yaml
M zuul/layout.yaml
2 files changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/55/394655/1

diff --git a/jjb/php.yaml b/jjb/php.yaml
index f4030c8..055f30c 100644
--- a/jjb/php.yaml
+++ b/jjb/php.yaml
@@ -177,6 +177,8 @@
     phpflavor:
         - php55:
             image: jessie
+        - php56:
+            image: jessie
         - php70:
             image: jessie
         - hhvm:
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index df51f7a..f71ad36 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -1749,9 +1749,9 @@
 
   - name: labs/tools/guc
     test:
-      - composer-php55-jessie
+      - composer-php56-jessie
     gate-and-submit:
-      - composer-php55-jessie
+      - composer-php56-jessie
 
   - name: labs/tools/Luke081515IRCBot
     test:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc05baaf391a8adaa5589002fc2514125132da99
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Krinkle <krinklem...@gmail.com>

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

Reply via email to