Skip to content

Commit

Permalink
tests: Remove centos8 configuration
Browse files Browse the repository at this point in the history
Centos8 is EOL and unavailable anymore. I tried centos9 but that one is
incorrectly configured in Vagrant:

    hashicorp/vagrant#13272

and besides we don't really care at this point. Let's remove centos
completely.

Signed-off-by: Lukáš Doktor <[email protected]>
  • Loading branch information
ldoktor committed Jun 25, 2024
1 parent 34ebaa6 commit 8abd3c0
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 8abd3c0

Please sign in to comment.