node('built-in') {
def repoUrl = 'https://github.com/ceph/ceph'
- def branches = ['main','tentacle','squid','reef']
+ def branches = ['main','umbrella','tentacle','squid','reef']
- // Define flavor/distro combinations
+ // Define flavor/distro combinations per branch.
+ // Below when we trigger, we send ARCHS=x86_64 and FLAVORS=default by default
+ // so the extras list should be used to specify a distro/flavor/arch combination other than
+ // those defaults (e.g., any arm64 or debug builds need an extras[] entry.
def cfg = [
reef: [
distros: 'jammy focal centos9 windows',