- conditional-step:
condition-kind: shell
condition-command: |
- echo "${GIT_BRANCH}" | grep -v '\(luminous\|mimic\|nautilus\|octopus\|pacific\|crimson-only\)'
+ echo "${GIT_BRANCH}" | grep -v '\(luminous\|mimic\|nautilus\|octopus\|pacific\|crimson-only\|jaeger)'
on-evaluation-failure: dont-run
steps:
- shell:
DISTROS=centos8
FLAVOR=crimson
ARCHS=x86_64
+ # Build jaegertracing branch on needed env, don't waste resources on the default one.
+ # Useful for testing specific builds failure
+ # default: focal, centos8
+ - conditional-step:
+ condition-kind: regex-match
+ regex: .*jaeger.*
+ label: '${GIT_BRANCH}'
+ on-evaluation-failure: dont-run
+ steps:
+ - shell:
+ !include-raw:
+ - ../../../scripts/build_utils.sh
+ - ../../build/notify
+ - trigger-builds:
+ - project: 'ceph-dev-new'
+ predefined-parameters: |
+ BRANCH=${GIT_BRANCH}
+ FORCE=True
+ DISTROS=centos8 focal
+ FLAVOR=jaeger
+ ARCHS=x86_64
wrappers:
- inject-passwords: