From b31e0d88ba63feb0739ae333ba157bc88e8435e6 Mon Sep 17 00:00:00 2001 From: Matan Date: Wed, 26 Jul 2023 15:45:01 +0300 Subject: [PATCH] ceph-dev*: build crimson on centos9 (main and reef) Signed-off-by: Matan Breizman --- ceph-dev-cron/config/definitions/ceph-dev-cron.yml | 8 ++++---- .../config/definitions/ceph-dev-new-trigger.yml | 10 +++++----- .../config/definitions/ceph-dev-trigger.yml | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ceph-dev-cron/config/definitions/ceph-dev-cron.yml b/ceph-dev-cron/config/definitions/ceph-dev-cron.yml index 2db4c412..2a3f8097 100644 --- a/ceph-dev-cron/config/definitions/ceph-dev-cron.yml +++ b/ceph-dev-cron/config/definitions/ceph-dev-cron.yml @@ -84,7 +84,7 @@ ARCHS=x86_64 # build reef on: # default: jammy focal centos8 centos9 windows - # crimson: centos8 + # crimson: centos8 centos9 - conditional-step: condition-kind: regex-match regex: .*reef.* @@ -105,12 +105,12 @@ predefined-parameters: | BRANCH=${GIT_BRANCH} FORCE=True - DISTROS=centos8 + DISTROS=centos8 centos9 FLAVOR=crimson ARCHS=x86_64 # build main on: # default: jammy focal centos8 centos9 windows - # crimson: centos8 + # crimson: centos8 centos9 - conditional-step: condition-kind: regex-match regex: .*main.* @@ -131,7 +131,7 @@ predefined-parameters: | BRANCH=${GIT_BRANCH} FORCE=True - DISTROS=centos8 + DISTROS=centos8 centos9 FLAVOR=crimson ARCHS=x86_64 diff --git a/ceph-dev-new-trigger/config/definitions/ceph-dev-new-trigger.yml b/ceph-dev-new-trigger/config/definitions/ceph-dev-new-trigger.yml index fdd653f0..ed66fe5a 100644 --- a/ceph-dev-new-trigger/config/definitions/ceph-dev-new-trigger.yml +++ b/ceph-dev-new-trigger/config/definitions/ceph-dev-new-trigger.yml @@ -145,7 +145,7 @@ ARCHS=x86_64 # build reef on: # default: jammy focal centos8 centos9 windows - # crimson: centos8 + # crimson: centos8 centos9 - conditional-step: condition-kind: regex-match regex: .*reef.* @@ -166,7 +166,7 @@ predefined-parameters: | BRANCH=${GIT_BRANCH} FORCE=True - DISTROS=centos8 + DISTROS=centos8 centos9 FLAVOR=crimson ARCHS=x86_64 # If no release name is found in branch, build on all possible distro/flavor combos (except xenial and bionic). @@ -192,7 +192,7 @@ predefined-parameters: | BRANCH=${GIT_BRANCH} FORCE=True - DISTROS=centos8 + DISTROS=centos8 centos9 FLAVOR=crimson ARCHS=x86_64 # build only centos9, no crimson, no jaeger @@ -215,7 +215,7 @@ ARCHS=x86_64 # Build only the `crimson` flavour, don't waste resources on the default one. # Useful for the crimson's bug-hunt at Sepia - # crimson: centos8 + # crimson: centos8 centos9 - conditional-step: condition-kind: regex-match regex: .*crimson-only.* @@ -231,7 +231,7 @@ predefined-parameters: | BRANCH=${GIT_BRANCH} FORCE=True - DISTROS=centos8 + DISTROS=centos8 centos9 FLAVOR=crimson ARCHS=x86_64 # Build jaegertracing branch on needed env, don't waste resources on the default one. diff --git a/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml b/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml index f89f2a08..98c5ad66 100644 --- a/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml +++ b/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml @@ -122,7 +122,7 @@ FLAVOR=crimson # build reef on: # default: jammy focal centos8 centos9 - # crimson: centos8 + # crimson: centos8 centos9 - conditional-step: condition-kind: regex-match regex: .*main.* @@ -143,11 +143,11 @@ predefined-parameters: | BRANCH=${GIT_BRANCH} FORCE=True - DISTROS=centos8 + DISTROS=centos8 centos9 FLAVOR=crimson # build main on: # default: jammy focal centos8 centos9 - # crimson: centos8 + # crimson: centos8 centos9 - conditional-step: condition-kind: regex-match regex: .*main.* @@ -168,7 +168,7 @@ predefined-parameters: | BRANCH=${GIT_BRANCH} FORCE=True - DISTROS=centos8 + DISTROS=centos8 centos9 FLAVOR=crimson wrappers: -- 2.39.5