From 8bee80ee1293a473f065457fd98612d5218bdef0 Mon Sep 17 00:00:00 2001 From: Matan Breizman Date: Wed, 28 May 2025 11:16:50 +0300 Subject: [PATCH] ceph-dev-cron: Build both crimson flavors When building the daily main build, use both crimson flavors. This is critical for the weekly nightly runs. Note: Usual builds would still only build a *single* crimson-flavor (debug). This commit only affects the dev-cron Signed-off-by: Matan Breizman --- ceph-dev-cron/config/definitions/ceph-dev-cron.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ceph-dev-cron/config/definitions/ceph-dev-cron.yml b/ceph-dev-cron/config/definitions/ceph-dev-cron.yml index dde29c72..575aa1fb 100644 --- a/ceph-dev-cron/config/definitions/ceph-dev-cron.yml +++ b/ceph-dev-cron/config/definitions/ceph-dev-cron.yml @@ -102,7 +102,8 @@ ARCHS=x86_64 # build main on: # default: jammy centos9 windows - # crimson: centos9 + # crimson-debug: centos9 + # crimson-release: centos9 - conditional-step: condition-kind: regex-match regex: .*main.* @@ -126,6 +127,13 @@ DISTROS=centos9 FLAVOR=crimson-debug ARCHS=x86_64 + - project: 'ceph-dev' + predefined-parameters: | + BRANCH=${{GIT_BRANCH}} + FORCE=True + DISTROS=centos9 + FLAVOR=crimson-release + ARCHS=x86_64 wrappers: - inject-passwords: -- 2.39.5