Signed-off-by: David Galloway <dgallowa@redhat.com>
predefined-parameters: |
BRANCH=${GIT_BRANCH}
FORCE=True
- DISTROS=bionic
+ DISTROS=focal
FLAVOR=crimson
wrappers:
# build master on:
# default: focal bionic centos7 centos8 leap15
# notcmalloc: centos8
- # crimson: bionic
- conditional-step:
condition-kind: regex-match
regex: .*master.*
use_ppa=true;;
xenial)
use_ppa=true;;
- bionic)
- if [ "$FLAVOR" = "crimson" ]; then
- use_ppa=true
- else
- use_ppa=false
- fi
- ;;
*)
use_ppa=false;;
esac