From: David Galloway Date: Wed, 10 Aug 2022 14:21:55 +0000 (-0400) Subject: ceph-dev: Automatically build main on centos9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2054%2Fhead;p=ceph-build.git ceph-dev: Automatically build main on centos9 Signed-off-by: David Galloway --- diff --git a/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml b/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml index 03f5fad1..8b643bdd 100644 --- a/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml +++ b/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml @@ -127,7 +127,7 @@ DISTROS=centos8 FLAVOR=crimson # build main on: - # default: jammy focal centos8 + # default: jammy focal centos8 centos9 # crimson: centos8 - conditional-step: condition-kind: regex-match @@ -144,7 +144,7 @@ predefined-parameters: | BRANCH=${GIT_BRANCH} FORCE=True - DISTROS=jammy focal centos8 + DISTROS=jammy focal centos8 centos9 - project: 'ceph-dev' predefined-parameters: | BRANCH=${GIT_BRANCH} diff --git a/ceph-dev/config/definitions/ceph-dev.yml b/ceph-dev/config/definitions/ceph-dev.yml index f1ad6c11..56fd39b6 100644 --- a/ceph-dev/config/definitions/ceph-dev.yml +++ b/ceph-dev/config/definitions/ceph-dev.yml @@ -24,7 +24,7 @@ - string: name: DISTROS description: "A list of distros to build for. Available options are: centos9, centos8, centos7, centos6, jammy, focal, bionic, xenial, trusty, precise, wheezy, jessie, and windows" - default: "jammy focal bionic centos7 centos8" + default: "jammy focal bionic centos7 centos8 centos9" - string: name: ARCHS