Paladox has uploaded a new change for review.

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

Change subject: Follow-Up: I4eebe5d812d3994a61b133e9d214b52b8b51e71b
......................................................................

Follow-Up: I4eebe5d812d3994a61b133e9d214b52b8b51e71b

Forgot to update parameter_functions.py file so nodepool_params will run
npm-run-{script}-node-4.3. By changing it to node-4.3 all npm tests that
are npm-node-4.3 or npm-run-{script}-node-4.3 will work now

Better to just do node-4.3 so we doint have to add it to all the tests.

Change-Id: I369a3cb21379567aac2c82533bced458b634c352
---
M zuul/parameter_functions.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/82/290482/1

diff --git a/zuul/parameter_functions.py b/zuul/parameter_functions.py
index f05b916..b90bd34 100644
--- a/zuul/parameter_functions.py
+++ b/zuul/parameter_functions.py
@@ -43,7 +43,7 @@
         nodepool_params(item, job, params)
     if job.name.endswith('-trusty'):
         nodepool_params(item, job, params)
-    elif job.name.endswith('npm-node-4.3'):
+    elif job.name.endswith('node-4.3'):
         nodepool_params(item, job, params)
     elif job.name in ['integration-jjb-config-diff']:
         nodepool_params(item, job, params)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I369a3cb21379567aac2c82533bced458b634c352
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