Hashar has uploaded a new change for review. ( 
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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/98/395198/1

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: newchange
Gerrit-Change-Id: I7d1b28a26a646df008ee975996ed1a088888c8a6
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>

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

Reply via email to