Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/130049
Change subject: contint: get phantomJS on Jenkins slaves ...................................................................... contint: get phantomJS on Jenkins slaves The PhantomJS Debian package is fairly outdated (1.9.0) and we need a more recent version for browser testing. I create a dummy git repository (integration/phantomjs.git) which holds an installation made on an Ubuntu Precise instance via npm. Use git::clone() to have it deployed on labs slaves. Change-Id: Ia043eb214086f0c88ee5a902f031432f76052b7c --- M modules/contint/manifests/slave-scripts.pp 1 file changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/49/130049/1 diff --git a/modules/contint/manifests/slave-scripts.pp b/modules/contint/manifests/slave-scripts.pp index ed6da2f..1570728 100644 --- a/modules/contint/manifests/slave-scripts.pp +++ b/modules/contint/manifests/slave-scripts.pp @@ -18,6 +18,12 @@ origin => 'https://gerrit.wikimedia.org/r/p/integration/kss.git', recurse_submodules => true, } + git::clone { 'jenkins CI phantomjs': + ensure => 'latest', + directory => '/srv/deployment/integration/phantomjs', + origin => 'https://gerrit.wikimedia.org/r/p/integration/phantomjs.git', + recurse_submodules => true, + } git::clone { 'jenkins CI phpcs': ensure => 'latest', directory => '/srv/deployment/integration/phpcs', -- To view, visit https://gerrit.wikimedia.org/r/130049 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia043eb214086f0c88ee5a902f031432f76052b7c Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Hashar <has...@free.fr> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits