Hashar has uploaded a new change for review. (
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(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/97/395097/1
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: newchange
Gerrit-Change-Id: Ide331dfe299f28f6af47b20e35a75db7de89a30b
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