Skip to content

Commit

Permalink
Merge pull request #390 from ldoktor/centos8
Browse files Browse the repository at this point in the history
tests: Remove centos8 configuration
  • Loading branch information
wainersm authored Aug 14, 2024
2 parents a904360 + 402e795 commit 314868e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/e2e/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,4 @@ Vagrant.configure("2") do |config|
SHELL
end

config.vm.define "tests-e2e-centosstream8", autostart: false do |centosstream8|
centosstream8.vm.box = "centos/stream8"
centosstream8.vm.provision "shell", inline: <<-SHELL
sudo dnf update -y
sudo dnf -y install ansible-core
# On CentOS the docker_container module is not available on ansible-core.
ansible-galaxy collection install community.docker
cd "#{guest_home_dir}/src/confidential-containers/operator/tests/e2e"
./run-local.sh -r "#{runtimeclass}"
SHELL
end

end

0 comments on commit 314868e

Please sign in to comment.