-
Notifications
You must be signed in to change notification settings - Fork 670
Upgrade smoke-tests to use 'overlay' storage and Ubuntu 15.04 #1125
Conversation
We should do the same for circle runs. Needs updates to gce.sh and a new On Monday, 13 July 2015, Bryan Boreham notifications@github.com wrote:
|
it's less important for circle since that at least uses aufs. |
Sample timings for
Not sure if this is conclusive between AUFS and Overlay. Maybe the 8-minute one was an outlier. |
LGTM |
Upgrade smoke-tests to use 'overlay' storage and Ubuntu 15.04
This change breaks the smoke-tests (in my local installation at least). Using current master (907de67), after getting excited about the performance benefits of this PR and recreating the test VMs:
It seems like From my host:
From my vagrant dev machine:
Reverting to 499d65e and recreating the VMs fixes it |
Sorry, there's a fix in 6d17fe5 |
The 'overlay' driver is claimed to be the best choice right now, but requires Linux kernel 3.18.
You can feel the difference - using
vfs
(which our Vagrant set-up did because it didn't install the extra bits foraufs
) the machine would bog down when tests were running, but withoverlay
you rarely notice this.I will post some timings to illustrate the difference soon.