Hashar has uploaded a new change for review.

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

Change subject: Any *npm-node-4.3 jobs now put slaves offline
......................................................................

Any *npm-node-4.3 jobs now put slaves offline

Forgot to tweak the Zuul parameter function when I created the Node 4.3
jobs.

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


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/70/270870/1

diff --git a/zuul/parameter_functions.py b/zuul/parameter_functions.py
index 802851f..74adfab 100644
--- a/zuul/parameter_functions.py
+++ b/zuul/parameter_functions.py
@@ -29,6 +29,8 @@
 
     if job.name.endswith('-jessie'):
         offline_when_complete(item, job, params)
+    elif job.name.endswith('npm-node-4.3'):
+        offline_when_complete(item, job, params)
     elif job.name in ['integration-jjb-config-diff']:
         offline_when_complete(item, job, params)
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib7e3a8e83c110785fd84898bf1c5e9650f2ba120
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>

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

Reply via email to