Signed-off-by: Casey Bodley <cbodley@redhat.com>
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).
+ # If no release name is found in branch, build on all possible distro/flavor combos (except xenial, bionic, focal).
# regex matching and 'on-evaluation-failure: run' doesn't work here so triple negative it is.
- conditional-step:
condition-kind: shell
predefined-parameters: |
BRANCH=${GIT_BRANCH}
FORCE=True
- DISTROS=jammy focal centos8 centos9 windows
+ DISTROS=jammy centos8 centos9 windows
- trigger-builds:
- project: 'ceph-dev-new'
predefined-parameters: |