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

Change subject: Fix file upload for VisualEditor language screenshots
......................................................................


Fix file upload for VisualEditor language screenshots

We were installing gems built for Ruby 2.0, but then using the gems from Ruby 
1.9.

The change updates all browsertests-* jobs, but the changed code will run only 
in browsertests-VisualEditor-language-screenshot-linux-firefox job.

Change-Id: Ie6fd61f3ec1e11dab4142f7987756ede6a131772
---
M jjb/macro-browsertests.yaml
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/jjb/macro-browsertests.yaml b/jjb/macro-browsertests.yaml
index e813610..619998a 100644
--- a/jjb/macro-browsertests.yaml
+++ b/jjb/macro-browsertests.yaml
@@ -118,7 +118,7 @@
             || (echo -e "\nJob has failed (exit code: $?)."; false)
 
           if [[ ! -z $LANGUAGE_SCREENSHOT_CODE ]]; then
-            "$WORKSPACE"/vendor/bin/bundle exec ruby1.9.1 upload.rb
+            "$WORKSPACE"/vendor/bin/bundle exec ruby2.0 upload.rb
           fi
 
 # Let a job run on different node, but no more than once per node.

-- 
To view, visit https://gerrit.wikimedia.org/r/169675
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie6fd61f3ec1e11dab4142f7987756ede6a131772
Gerrit-PatchSet: 3
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to