Skip to content

Commit

Permalink
Remove opensuse 42 from vagrant tests (#63759)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rjernst committed Oct 15, 2020
1 parent ebdaeb2 commit d62981f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .ci/matrix-vagrant-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ OS:
- fedora-29
- oel-6
- oel-7
- opensuse-42
- sles-12
- ubuntu-1604
- ubuntu-1804
Expand Down
6 changes: 0 additions & 6 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Empty file removed qa/os/opensuse-42/build.gradle
Empty file.

0 comments on commit d62981f

Please sign in to comment.