From: Casey Bodley Date: Mon, 4 Dec 2023 17:12:54 +0000 (-0500) Subject: tcmu-runner: enable centos9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=186423ffce4714d8f1926087db625acedeae1856;p=ceph-build.git tcmu-runner: enable centos9 Signed-off-by: Casey Bodley --- diff --git a/tcmu-runner/config/definitions/tcmu-runner.yml b/tcmu-runner/config/definitions/tcmu-runner.yml index 2d8c6f46..f1d45eef 100644 --- a/tcmu-runner/config/definitions/tcmu-runner.yml +++ b/tcmu-runner/config/definitions/tcmu-runner.yml @@ -24,8 +24,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 @@ -47,7 +47,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" && DIST == "centos8")) + (ARCH == "x86_64" || (ARCH == "arm64" && ["centos8", "centos9"].contains(DIST))) axes: - axis: type: label-expression @@ -66,6 +66,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