Browse Source

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

pull/6049/head v2.13.0
Maxime Guyot 4 years ago
committed by GitHub
parent
commit
01dbc909be
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions
  1. 6
      tests/files/vagrant_ubuntu18-flannel.rb

6
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
Loading…
Cancel
Save