Skip to content
Snippets Groups Projects
Unverified Commit 4101474c authored by Tomas Krizek's avatar Tomas Krizek
Browse files

distro/tests: use rocky8 instead of centos8

parent f5b97ab3
Branches
Tags
1 merge request!1267distro/tests: use rocky8 instead of centos8
......@@ -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:
......
......@@ -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 = {
......
File moved
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