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

Change subject: contint: a slave script will require 'jq'
......................................................................


contint: a slave script will require 'jq'

In integration/jenkins we have a script tools/composer-dev-args.js which
is marked as replaceable with the ulitiy jq. Add the utility to the
Nodepool images so we can do the migration.

Bug: T181938
Change-Id: Ide331dfe299f28f6af47b20e35a75db7de89a30b
---
M modules/contint/manifests/slave_scripts.pp
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Krinkle: Looks good to me, but someone else must approve
  Reedy: Looks good to me, but someone else must approve
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/modules/contint/manifests/slave_scripts.pp 
b/modules/contint/manifests/slave_scripts.pp
index a2bc8ab..daf29ee 100644
--- a/modules/contint/manifests/slave_scripts.pp
+++ b/modules/contint/manifests/slave_scripts.pp
@@ -12,4 +12,8 @@
         origin             => 
'https://gerrit.wikimedia.org/r/p/integration/jenkins.git',
         recurse_submodules => true,
     }
+    # bin/mw-fetch-composer-dev.sh requires jq
+    package { 'jq':
+        ensure => present,
+    }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ide331dfe299f28f6af47b20e35a75db7de89a30b
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <has...@free.fr>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Krinkle <krinklem...@gmail.com>
Gerrit-Reviewer: Reedy <re...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to