]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci OBS: replace Ubuntu 21.10 by 22.04 obs-knot-resolver-bs4hbr/deployments/2236
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 16 Aug 2022 07:46:29 +0000 (09:46 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 16 Aug 2022 09:44:51 +0000 (11:44 +0200)
21.10 isn't supported anymore, which is probably why it's failing.

.gitlab-ci.yml
distro/tests/ubuntu2204/Vagrantfile [moved from distro/tests/ubuntu2110/Vagrantfile with 86% similarity]
distro/tests/ubuntu2204/ansible.cfg [moved from distro/tests/ubuntu2110/ansible.cfg with 100% similarity]

index 0275510e1901c6be85ad4ad7f3f8514e6807b28c..071b33bfe27b07e84705d6fa955a3e0bf8f0a71e 100644 (file)
@@ -722,12 +722,12 @@ obs:ubuntu2004:x86_64:
     DISTROTEST_NAME: ubuntu2004
     DISTROTEST_REPO: xUbuntu_20.04
 
-obs:ubuntu2110:x86_64:
+obs:ubuntu2204:x86_64:
   <<: *distrotest
   variables:
     OBS_REPO: knot-resolver-latest
-    DISTROTEST_NAME: ubuntu2110
-    DISTROTEST_REPO: xUbuntu_21.10
+    DISTROTEST_NAME: ubuntu2204
+    DISTROTEST_REPO: xUbuntu_22.04
 
 .packagingtest: &packagingtest
   stage: pkgtest
similarity index 86%
rename from distro/tests/ubuntu2110/Vagrantfile
rename to distro/tests/ubuntu2204/Vagrantfile
index 441db271178ecb73b584f8a69bb03fd1ec3a9d44..e2b97507a571164db3476ac936cfebaea7be085d 100644 (file)
@@ -5,10 +5,10 @@
 
 Vagrant.configure(2) do |config|
 
-    config.vm.box = "generic/ubuntu2110"
+    config.vm.box = "generic/ubuntu2204"
     config.vm.synced_folder ".", "/vagrant", disabled: true
 
-    config.vm.define "ubuntu2110_knot-resolver"  do |machine|
+    config.vm.define "ubuntu2204_knot-resolver"  do |machine|
         machine.vm.provision "ansible" do |ansible|
             ansible.playbook = "../knot-resolver-pkgtest.yaml"
             ansible.extra_vars = {