Hashar has uploaded a new change for review. (
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(-)
git pull ssh://gerrit.wikimedia.org:29418/integration/config
refs/changes/03/375803/1
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: newchange
Gerrit-Change-Id: I5b4ac2874916aa8fcaab53b0f6063ce41af5dd27
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits