From d62981fb27cc5b2392f923c7812848b6b6594c7f Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Thu, 15 Oct 2020 13:05:21 -0700 Subject: [PATCH] Remove opensuse 42 from vagrant tests (#63759) Opensuse 42 has not worked in a while. The test image is unmaintained, and cannot be launched. It was removed from CI packaging test runs, but still remained in vagrant tests. This commit removes it from vagrant tests. --- .ci/matrix-vagrant-packaging.yml | 1 - Vagrantfile | 6 ------ qa/os/opensuse-42/build.gradle | 0 3 files changed, 7 deletions(-) delete mode 100644 qa/os/opensuse-42/build.gradle diff --git a/.ci/matrix-vagrant-packaging.yml b/.ci/matrix-vagrant-packaging.yml index 579896918587e..7893d2a19095b 100644 --- a/.ci/matrix-vagrant-packaging.yml +++ b/.ci/matrix-vagrant-packaging.yml @@ -14,7 +14,6 @@ OS: - fedora-29 - oel-6 - oel-7 - - opensuse-42 - sles-12 - ubuntu-1604 - ubuntu-1804 diff --git a/Vagrantfile b/Vagrantfile index 19effced2d7cc..6b202c2d3bde9 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -134,12 +134,6 @@ Vagrant.configure(2) do |config| dnf_docker config end end - 'opensuse-42'.tap do |box| - config.vm.define box, define_opts do |config| - config.vm.box = 'elastic/opensuse-42-x86_64' - suse_common config, box - end - end 'sles-12'.tap do |box| config.vm.define box, define_opts do |config| config.vm.box = 'elastic/sles-12-x86_64' diff --git a/qa/os/opensuse-42/build.gradle b/qa/os/opensuse-42/build.gradle deleted file mode 100644 index e69de29bb2d1d..0000000000000