Closed
Bug 951824
Opened 11 years ago
Closed 11 years ago
Upgrade Vagrant on Jenkins to avoid timeouts
Categories
(Infrastructure & Operations :: IT-Managed Tools, task)
Infrastructure & Operations
IT-Managed Tools
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: erik, Assigned: bburton)
Details
I'd like to upgrade Vagrant on Jenkins to avoid these timeouts-in-disguise: https://ci.mozilla.org/job/dxr/226/console. They cause perhaps 1 in 5 of DXR's test runs to fail.
I suspect, from https://github.com/mitchellh/vagrant/issues/516#issuecomment-23507802, that they were fixed around 1.3.3. The current version is 1.4.x.
| Assignee | ||
Updated•11 years ago
|
Assignee: server-ops-webops → bburton
| Assignee | ||
Comment 1•11 years ago
|
||
Grabbed latest .rpm from vagrantup.com, added to our mozilla yum repo and installed
https://dl.bintray.com/mitchellh/vagrant/vagrant_1.4.1_x86_64.rpm
Available Packages
Name : vagrant
Arch : x86_64
Epoch : 1
Version : 1.4.1
Release : 1
Size : 19 M
Repo : mozilla
Summary : Vagrant is a tool for building and distributing development environments.
URL : http://www.vagrantup.com
License : MIT
Description : Vagrant is a tool for building and distributing development environments.
[root@jenkins1.dmz.phx1 ~]# yum update vagrant -y
Loaded plugins: downloadonly, rhnplugin, security
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package vagrant.x86_64 1:1.2.2-1 will be updated
---> Package vagrant.x86_64 1:1.4.1-1 will be an update
--> Finished Dependency Resolution
Dependencies Resolved
==================================================================================================================================================================================
Package Arch Version Repository Size
==================================================================================================================================================================================
Updating:
vagrant x86_64 1:1.4.1-1 mozilla 19 M
Transaction Summary
==================================================================================================================================================================================
Upgrade 1 Package(s)
Total download size: 19 M
Downloading Packages:
vagrant_1.4.1_x86_64.rpm | 19 MB 00:04
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : 1:vagrant-1.4.1-1.x86_64 1/2
Cleanup : 1:vagrant-1.2.2-1.x86_64 2/2
Verifying : 1:vagrant-1.4.1-1.x86_64 1/2
Verifying : 1:vagrant-1.2.2-1.x86_64 2/2
Updated:
vagrant.x86_64 1:1.4.1-1
Complete!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•11 years ago
|
||
Haven't had a spurious failure since you did this, and it's so luxurious. Thanks again! :-D
You need to log in
before you can comment on or make changes to this bug.
Description
•