Paladox has uploaded a new change for review.

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

Change subject: Add params['PHP_BIN'] = 'hhvm' to npm-node-0.10
......................................................................

Add params['PHP_BIN'] = 'hhvm' to npm-node-0.10

npm-node-0.10 needs a php lets use hhvm.

Change-Id: Ib86bf489c9ab5a5b79cc480f9b591c8423cba61a
---
M zuul/parameter_functions.py
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/26/292626/1

diff --git a/zuul/parameter_functions.py b/zuul/parameter_functions.py
index 1ce2928..11ead8a 100644
--- a/zuul/parameter_functions.py
+++ b/zuul/parameter_functions.py
@@ -35,6 +35,9 @@
         # T128091: oojs/ui npm job runs on Jessie which only has HHVM
         params['PHP_BIN'] = 'hhvm'
 
+    if job.name.endswith('node-0.10'):
+        params['PHP_BIN'] = 'php5'
+
     ext_deps_jobs = ('mwext-testextension', 'mwext-qunit', 'mwext-mw-selenium')
     if job.name.startswith(ext_deps_jobs):
         set_ext_dependencies(item, job, params)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib86bf489c9ab5a5b79cc480f9b591c8423cba61a
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>

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

Reply via email to