Skip to content
Snippets Groups Projects
Verified Commit 2cbda4ff authored by Tomas Krizek's avatar Tomas Krizek
Browse files

distro/tests: add ubuntu1910

parent 44030d32
No related branches found
No related tags found
1 merge request!1089ci: distrotests update
Pipeline #55418 passed
......@@ -468,8 +468,8 @@ obs:ubuntu1804:x86_64:
DISTROTEST_NAME: ubuntu1804
DISTROTEST_REPO: xUbuntu_18.04
obs:ubuntu1904:x86_64:
obs:ubuntu1910:x86_64:
<<: *distrotest
variables:
DISTROTEST_NAME: ubuntu1904
DISTROTEST_REPO: xUbuntu_19.04
DISTROTEST_NAME: ubuntu1910
DISTROTEST_REPO: xUbuntu_19.10
......@@ -4,10 +4,11 @@
Vagrant.configure(2) do |config|
config.vm.box = "generic/ubuntu1904"
# TODO: switch to generic/ubuntu1910 when available (has libvirt box)
config.vm.box = "ubuntu/eoan64"
config.vm.synced_folder ".", "/vagrant", disabled: true
config.vm.define "ubuntu1904_knot-dns" do |machine|
config.vm.define "ubuntu1910_knot-dns" do |machine|
machine.vm.provision "ansible" do |ansible|
ansible.playbook = "../knot-dns-pkgtest.yaml"
ansible.extra_vars = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment