Make Vagrant CI use unsafe I/O (#6058)

This commit is contained in:
Maxime Guyot 2020-05-01 16:30:29 +02:00 committed by GitHub
parent 0512c22607
commit 01dbc909be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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