From 01dbc909be34c9c8b34cb9d5e88a4f0e74affcbc Mon Sep 17 00:00:00 2001 From: Maxime Guyot Date: Fri, 1 May 2020 16:30:29 +0200 Subject: [PATCH] Make Vagrant CI use unsafe I/O (#6058) --- tests/files/vagrant_ubuntu18-flannel.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/files/vagrant_ubuntu18-flannel.rb b/tests/files/vagrant_ubuntu18-flannel.rb index e69de29bb..95af989ce 100644 --- a/tests/files/vagrant_ubuntu18-flannel.rb +++ b/tests/files/vagrant_ubuntu18-flannel.rb @@ -0,0 +1,6 @@ +# For CI we are not worries about data persistence across reboot +$libvirt_volume_cache = "unsafe" + +# Checking for box update can trigger API rate limiting +# https://www.vagrantup.com/docs/vagrant-cloud/request-limits.html +$box_check_update = false \ No newline at end of file