* CI: reduce VM resources requests to improve scheduling * CI: Reduce default jobs; add labels(ci-full/extended) to run more test * CI: use jobs dependencies instead of stages * precommit one-job * CI: Use Kubevirt VM to run Molecule and Vagrant jobs
9 lines
280 B
Ruby
9 lines
280 B
Ruby
$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
|
|
|