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

ci/distrotests: add new fedora,ubuntu

parent 5680fda1
Branches
Tags
1 merge request!1391ci/distrotests: add new fedora,ubuntu
Pipeline #90606 passed with warnings with stages
in 3 hours, 8 minutes, and 16 seconds
......@@ -406,11 +406,11 @@ obs:fedora34:x86_64:
DISTROTEST_NAME: fedora34
DISTROTEST_REPO: Fedora_34
obs:fedora33:x86_64:
obs:fedora35:x86_64:
<<: *distrotest
variables:
DISTROTEST_NAME: fedora33
DISTROTEST_REPO: Fedora_33
DISTROTEST_NAME: fedora35
DISTROTEST_REPO: Fedora_35
obs:leap15:x86_64:
<<: *distrotest
......@@ -430,8 +430,8 @@ obs:ubuntu2004:x86_64:
DISTROTEST_NAME: ubuntu2004
DISTROTEST_REPO: xUbuntu_20.04
obs:ubuntu2104:x86_64:
obs:ubuntu2110:x86_64:
<<: *distrotest
variables:
DISTROTEST_NAME: ubuntu2104
DISTROTEST_REPO: xUbuntu_21.04
DISTROTEST_NAME: ubuntu2110
DISTROTEST_REPO: xUbuntu_21.10
......@@ -5,10 +5,10 @@
Vagrant.configure(2) do |config|
config.vm.box = "fedora/32-cloud-base"
config.vm.box = "fedora/34-cloud-base"
config.vm.synced_folder ".", "/vagrant", disabled: true
config.vm.define "fedora32_knot-dns" do |machine|
config.vm.define "fedora34_knot-dns" do |machine|
machine.vm.provision "ansible" do |ansible|
ansible.playbook = "../knot-dns-pkgtest.yaml"
ansible.extra_vars = {
......
......@@ -4,10 +4,10 @@
Vagrant.configure(2) do |config|
config.vm.box = "fedora/33-cloud-base"
config.vm.box = "fedora/35-cloud-base"
config.vm.synced_folder ".", "/vagrant", disabled: true
config.vm.define "fedora33_knot-dns" do |machine|
config.vm.define "fedora35_knot-dns" do |machine|
machine.vm.provision "ansible" do |ansible|
ansible.playbook = "../knot-dns-pkgtest.yaml"
ansible.extra_vars = {
......
......@@ -5,11 +5,10 @@
Vagrant.configure(2) do |config|
# TODO: switch to generic/ubuntu2104 when available (has libvirt box)
config.vm.box = "ubuntu/hirsute64"
config.vm.box = "generic/ubuntu2110"
config.vm.synced_folder ".", "/vagrant", disabled: true
config.vm.define "ubuntu2104_knot-dns" do |machine|
config.vm.define "ubuntu2110_knot-dns" do |machine|
machine.vm.provision "ansible" do |ansible|
ansible.playbook = "../knot-dns-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