Add Vagrant CI for Ubuntu 20.04 (#6279)

This commit is contained in:
Maxime Guyot
2020-06-18 10:18:05 +02:00
committed by GitHub
parent 33b8ad0d89
commit 69a48cbdd7
4 changed files with 22 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
$os = "ubuntu2004"
# 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
$vm_cpus = 2