From a55089cdc94622ebeec1c744b08689e0b4b3d8de Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Thu, 9 Jan 2020 19:46:08 +0100 Subject: [PATCH] kernel: drop distros we don't build for We don't use and don't have build agents for any of these. Signed-off-by: Ilya Dryomov --- kernel/config/definitions/kernel.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/kernel/config/definitions/kernel.yml b/kernel/config/definitions/kernel.yml index 9f53c51f..876e49c3 100644 --- a/kernel/config/definitions/kernel.yml +++ b/kernel/config/definitions/kernel.yml @@ -16,7 +16,7 @@ - string: name: DISTROS - description: "A list of distros to build for. Available options are: centos8, centos7, centos6, bionic, xenial, trusty, precise, wheezy, and jessie" + description: "A list of distros to build for. Available options are: centos8, centos7, bionic, xenial, and trusty" default: "centos7 centos8 trusty xenial bionic" - string: @@ -60,15 +60,11 @@ If this is checked, then the binaries will be built and pushed to chacra even if type: label-expression name: AVAILABLE_DIST values: - - centos6 - centos7 - centos8 - trusty - xenial - bionic - - jessie - - precise - - wheezy - axis: type: dynamic name: DIST -- 2.39.5