Skip to content

Commit

Permalink
Make Vagrant CI use unsafe I/O (#6058)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miouge1 authored May 1, 2020
1 parent 0512c22 commit 01dbc90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/files/vagrant_ubuntu18-flannel.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 01dbc90

Please sign in to comment.