Logo
Explore Help
Sign In
NuKVM/vagrant-libvirt
3
0
Fork 0
You've already forked vagrant-libvirt
mirror of https://github.com/vagrant-libvirt/vagrant-libvirt.git synced 2025-02-25 18:55:27 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
6dac9c90542d8915b76809851d8282d49fb5095d
vagrant-libvirt/tests/memory/Vagrantfile

12 lines
283 B
Ruby
Raw Normal View History

Use Github actions for integration tests against Vagrant-libvirt (#1091) Allows to spin up vagrant boxes via vagrant-libvirt in CI replacing the need for vagrant-libvirt-qa to be executed separately before/after releases. * Adds a github integration tests workflow * Installs the needed toolset in separate groups for easier tracking * Add Vagrantfile definitions for the first simple test cases in tests/ using tinycore linux, using the installed master version these boxes are spun up and destroyed via a test matrix. Should help reduce effort for new maintainers to help with #1069
2021-03-21 13:06:52 +01:00
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "infernix/tinycore"
config.ssh.shell = "/bin/sh"
config.vm.synced_folder ".", "/vagrant", disabled: true
config.vm.provider :libvirt do |libvirt|
libvirt.memory = 1000
end
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 19ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API