From fe7575a32e23e15e0a77677dc1a180206554228b Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Tue, 12 Feb 2019 18:02:43 -0800 Subject: [PATCH] Remove fedora from 5.6 packaging tests (#38128) Fedora's version of rpm got upgraded at some point, to a version with stricter checks on tags in the rpm files which most of our 5.6 packages had incorrect. This commit removes fedora from the vagrant tests as most of the testing just fails anyways. --- .../org/elasticsearch/gradle/vagrant/VagrantTestPlugin.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/buildSrc/src/main/groovy/org/elasticsearch/gradle/vagrant/VagrantTestPlugin.groovy b/buildSrc/src/main/groovy/org/elasticsearch/gradle/vagrant/VagrantTestPlugin.groovy index a513c58e80abd..9e9562cfd5b4f 100644 --- a/buildSrc/src/main/groovy/org/elasticsearch/gradle/vagrant/VagrantTestPlugin.groovy +++ b/buildSrc/src/main/groovy/org/elasticsearch/gradle/vagrant/VagrantTestPlugin.groovy @@ -23,8 +23,6 @@ class VagrantTestPlugin implements Plugin { 'centos-7', 'debian-8', 'debian-9', - 'fedora-26', - 'fedora-27', 'oel-6', 'oel-7', 'opensuse-42',