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 <mbreizma@redhat.com>
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.*
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: