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

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.

Previously done via e61675573d but reverted because of a duplicate
definition coming from base::standard.

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

Approvals:
  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..e55ceb2 100644
--- a/modules/contint/manifests/slave_scripts.pp
+++ b/modules/contint/manifests/slave_scripts.pp
@@ -12,4 +12,6 @@
         origin             => 
'https://gerrit.wikimedia.org/r/p/integration/jenkins.git',
         recurse_submodules => true,
     }
+    # bin/mw-fetch-composer-dev.sh requires jq
+    require_package(['jq'])
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7d1b28a26a646df008ee975996ed1a088888c8a6
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to