From 2e81f06b3aab4ba37958bdf40f5b45c389f23d83 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 4 Dec 2023 12:10:53 -0500 Subject: [PATCH] ceph-iscsi: enable centos9 Signed-off-by: Casey Bodley --- ceph-iscsi/config/definitions/ceph-iscsi.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ceph-iscsi/config/definitions/ceph-iscsi.yml b/ceph-iscsi/config/definitions/ceph-iscsi.yml index 51e9e4bc..699ca2d0 100644 --- a/ceph-iscsi/config/definitions/ceph-iscsi.yml +++ b/ceph-iscsi/config/definitions/ceph-iscsi.yml @@ -14,8 +14,8 @@ - string: name: DISTROS - description: "A list of distros to build for. Available options are: centos7, centos8" - default: "centos7 centos8" + description: "A list of distros to build for. Available options are: centos7, centos8, centos9" + default: "centos7 centos8 centos9" - string: name: ARCHS @@ -37,7 +37,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if execution-strategy: combination-filter: | DIST == AVAILABLE_DIST && ARCH == AVAILABLE_ARCH && - (ARCH == "x86_64" || (ARCH == "arm64" && ["centos7", "centos8"].contains(DIST))) + (ARCH == "x86_64" || (ARCH == "arm64" && ["centos7", "centos8", "centos9"].contains(DIST))) axes: - axis: type: label-expression @@ -55,6 +55,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if values: - centos7 - centos8 + - centos9 - axis: type: dynamic name: DIST -- 2.39.5