]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci OBS: replace Fedora 34 by 36
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 16 Aug 2022 07:40:06 +0000 (09:40 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 16 Aug 2022 09:44:46 +0000 (11:44 +0200)
We've already done that on OBS side, which is probably why it's failing.

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

index baa09aca7874aa38cf755d91516b0e52b7095fdf..0275510e1901c6be85ad4ad7f3f8514e6807b28c 100644 (file)
@@ -683,19 +683,19 @@ obs:debian11:x86_64:
     DISTROTEST_NAME: debian11
     DISTROTEST_REPO: Debian_11
 
-obs:fedora34:x86_64:
+obs:fedora35:x86_64:
   <<: *distrotest
   variables:
     OBS_REPO: knot-resolver-latest
-    DISTROTEST_NAME: fedora34
-    DISTROTEST_REPO: Fedora_34
+    DISTROTEST_NAME: fedora35
+    DISTROTEST_REPO: Fedora_35
 
-obs:fedora35:x86_64:
+obs:fedora36:x86_64:
   <<: *distrotest
   variables:
     OBS_REPO: knot-resolver-latest
-    DISTROTEST_NAME: fedora35
-    DISTROTEST_REPO: Fedora_35
+    DISTROTEST_NAME: fedora36
+    DISTROTEST_REPO: Fedora_36
 
 obs:leap15:x86_64:
   <<: *distrotest
similarity index 86%
rename from distro/tests/fedora34/Vagrantfile
rename to distro/tests/fedora36/Vagrantfile
index 3203239e41c48c1b17564812d24d68e5c133dc27..56659e59a1b38d9703ff0182d8193fc544823157 100644 (file)
@@ -5,10 +5,10 @@
 
 Vagrant.configure(2) do |config|
 
-    config.vm.box = "fedora/34-cloud-base"
+    config.vm.box = "fedora/36-cloud-base"
     config.vm.synced_folder ".", "/vagrant", disabled: true
 
-    config.vm.define "fedora34_knot-resolver"  do |machine|
+    config.vm.define "fedora36_knot-resolver"  do |machine|
         machine.vm.provision "ansible" do |ansible|
             ansible.playbook = "../knot-resolver-pkgtest.yaml"
             ansible.extra_vars = {