jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I06f5fb66966e70bbf16fcc1d9d928e063e1e728c
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Dduvall <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Zfilipin <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to