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

distro/tests: update distributions

- update fedora to 33
- update ubuntu rolling to groovy
parent b0f4312f
Branches
Tags
1 merge request!1088distro/tests: update distributions
......@@ -553,12 +553,12 @@ obs:debian10:x86_64:
DISTROTEST_NAME: debian10
DISTROTEST_REPO: Debian_10
obs:fedora31:x86_64:
obs:fedora33:x86_64:
<<: *distrotest
variables:
OBS_REPO: knot-resolver-latest
DISTROTEST_NAME: fedora31
DISTROTEST_REPO: Fedora_31
DISTROTEST_NAME: fedora33
DISTROTEST_REPO: Fedora_33
obs:fedora32:x86_64:
<<: *distrotest
......@@ -592,19 +592,19 @@ obs:ubuntu1804:x86_64:
DISTROTEST_NAME: ubuntu1804
DISTROTEST_REPO: xUbuntu_18.04
obs:ubuntu1910:x86_64:
obs:ubuntu2004:x86_64:
<<: *distrotest
variables:
OBS_REPO: knot-resolver-latest
DISTROTEST_NAME: ubuntu1910
DISTROTEST_REPO: xUbuntu_19.10
DISTROTEST_NAME: ubuntu2004
DISTROTEST_REPO: xUbuntu_20.04
obs:ubuntu2004:x86_64:
obs:ubuntu2010:x86_64:
<<: *distrotest
variables:
OBS_REPO: knot-resolver-latest
DISTROTEST_NAME: ubuntu2004
DISTROTEST_REPO: xUbuntu_20.04
DISTROTEST_NAME: ubuntu2010
DISTROTEST_REPO: xUbuntu_20.10
.packagingtest: &packagingtest
stage: pkgtest
......
......@@ -5,10 +5,10 @@
Vagrant.configure(2) do |config|
config.vm.box = "fedora/31-cloud-base"
config.vm.box = "fedora/33-cloud-base"
config.vm.synced_folder ".", "/vagrant", disabled: true
config.vm.define "fedora31_knot-resolver" do |machine|
config.vm.define "fedora33_knot-resolver" do |machine|
machine.vm.provision "ansible" do |ansible|
ansible.playbook = "../knot-resolver-pkgtest.yaml"
ansible.extra_vars = {
......
......@@ -5,11 +5,11 @@
Vagrant.configure(2) do |config|
# TODO: switch to generic/ubuntu1910 when available (has libvirt box)
config.vm.box = "ubuntu/eoan64"
# TODO: switch to generic/ubuntu2010 when available (has libvirt box)
config.vm.box = "ubuntu/groovy64"
config.vm.synced_folder ".", "/vagrant", disabled: true
config.vm.define "ubuntu1910_knot-resolver" do |machine|
config.vm.define "ubuntu2010_knot-resolver" do |machine|
machine.vm.provision "ansible" do |ansible|
ansible.playbook = "../knot-resolver-pkgtest.yaml"
ansible.extra_vars = {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment