Hashar has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/375803 )

Change subject: On Jessie use PHP_BIN=php5.5
......................................................................


On Jessie use PHP_BIN=php5.5

php5 is 5.6!

Bug: T161882
Change-Id: I5b4ac2874916aa8fcaab53b0f6063ce41af5dd27
---
M zuul/parameter_functions.py
1 file changed, 2 insertions(+), 0 deletions(-)



diff --git a/zuul/parameter_functions.py b/zuul/parameter_functions.py
index e7cde1f..ed72b18 100644
--- a/zuul/parameter_functions.py
+++ b/zuul/parameter_functions.py
@@ -34,6 +34,8 @@
     # Sets a $PHP_BIN variable based on the job name
     if 'php55' in job.name:
         params['PHP_BIN'] = 'php5'
+        if 'jessie' in job.name:
+            params['PHP_BIN'] = 'php5.5'
     elif 'php56' in job.name:
         params['PHP_BIN'] = 'php5'
     elif 'php70' in job.name:

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

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

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

Reply via email to