]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro/tests: use rocky8 instead of centos8
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 4 Mar 2022 13:11:16 +0000 (14:11 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Fri, 4 Mar 2022 13:11:16 +0000 (14:11 +0100)
.gitlab-ci.yml
distro/tests/rocky8/Vagrantfile [moved from distro/tests/centos8/Vagrantfile with 87% similarity]
distro/tests/rocky8/ansible.cfg [moved from distro/tests/centos8/ansible.cfg with 100% similarity]

index d78cc2dc7943a1f1517935c7be9d7cbc7ae2b555..e0cf5da07a2de792c9fd07922d86f65d18ac0505 100644 (file)
@@ -632,12 +632,11 @@ obs:build:all:
     when:
       - script_failure
 
-obs:centos8:x86_64:
+obs:rocky8:x86_64:
   <<: *distrotest
-  allow_failure: true
   variables:
     OBS_REPO: knot-resolver-latest
-    DISTROTEST_NAME: centos8
+    DISTROTEST_NAME: rocky8
     DISTROTEST_REPO: CentOS_8_EPEL
 
 obs:debian9:x86_64:
similarity index 87%
rename from distro/tests/centos8/Vagrantfile
rename to distro/tests/rocky8/Vagrantfile
index e5b8f01d4cf552b66b2fc9440e25ebf2e783225b..f82c194fbd811bbb758e1bfb742f252b56bd1949 100644 (file)
@@ -5,10 +5,10 @@
 
 Vagrant.configure(2) do |config|
 
-    config.vm.box = "centos/8"
+    config.vm.box = "generic/rocky8"
     config.vm.synced_folder ".", "/vagrant", disabled: true
 
-    config.vm.define "centos8_knot-resolver"  do |machine|
+    config.vm.define "rocky8_knot-resolver"  do |machine|
         machine.vm.provision "ansible" do |ansible|
             ansible.playbook = "../knot-resolver-pkgtest.yaml"
             ansible.extra_vars = {