From 94476837ae968b9504053afc6662a7f5a567620e Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Fri, 14 Jun 2024 18:54:47 -0700 Subject: [PATCH] kernel, nfs-ganesha: remove centos8 Signed-off-by: Dan Mick --- kernel/config/definitions/kernel.yml | 5 ++--- nfs-ganesha/config/definitions/nfs-ganesha.yml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/kernel/config/definitions/kernel.yml b/kernel/config/definitions/kernel.yml index c2a253c8..232330bb 100644 --- a/kernel/config/definitions/kernel.yml +++ b/kernel/config/definitions/kernel.yml @@ -16,8 +16,8 @@ - string: name: DISTROS - description: "A list of distros to build for. Available options are: centos9, centos8, jammy, focal, bionic, xenial, and trusty" - default: "centos9 centos8 trusty xenial bionic focal jammy" + description: "A list of distros to build for. Available options are: centos9, jammy, focal, bionic, xenial, and trusty" + default: "centos9 trusty xenial bionic focal jammy" - string: name: ARCHS @@ -60,7 +60,6 @@ If this is checked, then the binaries will be built and pushed to chacra even if name: AVAILABLE_DIST values: - centos9 - - centos8 - trusty - xenial - bionic diff --git a/nfs-ganesha/config/definitions/nfs-ganesha.yml b/nfs-ganesha/config/definitions/nfs-ganesha.yml index ac07d64c..0257fa23 100644 --- a/nfs-ganesha/config/definitions/nfs-ganesha.yml +++ b/nfs-ganesha/config/definitions/nfs-ganesha.yml @@ -52,8 +52,8 @@ - string: name: DISTROS - description: "A list of distros to build for. Available options are: bionic, centos8" - default: "centos8 bionic" + description: "A list of distros to build for. Available options are: bionic" + default: "bionic" - string: name: ARCHS @@ -96,7 +96,6 @@ If this is checked, then the binaries will be built and pushed to chacra even if type: label-expression name: AVAILABLE_DIST values: - - centos8 - focal - axis: type: dynamic -- 2.47.3