Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/249219
Change subject: Update rake-jessie to use 'rake' ...................................................................... Update rake-jessie to use 'rake' rake2.1 is provided by ruby2.1 which does not provide 'rake'. With puppet change https://gerrit.wikimedia.org/r/#/c/249213/ 'rake' will be added to the Nodepool instance. This way bundle exec rake will invoke the rake version provided in the Gemfile if any, else fallback to the system version. Previously we invoked 'bundle exec rake2.1', wich would never use the version from the /Gemfile Updates: rake-jessie Depends-On: https://gerrit.wikimedia.org/r/#/c/249213/ Change-Id: I06f5fb66966e70bbf16fcc1d9d928e063e1e728c --- M jjb/ruby-jobs.yaml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/integration/config refs/changes/19/249219/1 diff --git a/jjb/ruby-jobs.yaml b/jjb/ruby-jobs.yaml index f6b1609..9adea12 100644 --- a/jjb/ruby-jobs.yaml +++ b/jjb/ruby-jobs.yaml @@ -93,7 +93,7 @@ # To avoid injecting material in the source workspace, install material # in the parent directory. bundle install --path ../vendor/bundle - bundle exec rake2.1 test + bundle exec rake test - project: name: common-bundle-jobs -- To view, visit https://gerrit.wikimedia.org/r/249219 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I06f5fb66966e70bbf16fcc1d9d928e063e1e728c Gerrit-PatchSet: 1 Gerrit-Project: integration/config Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
