2023-03-27 17:25:55 +08:00
|
|
|
$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
|
2024-05-22 02:17:05 +08:00
|
|
|
$vm_cpus = 2
|