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
def cfg = [
[distros:'centos9 rocky10', flavors:'debug', archs:'x86_64']
]
],
+ umbrella: [
+ distros: 'noble rocky10 centos9 windows',
+ extras : [
+ [distros:'centos9 rocky10', flavors:'debug', archs:'x86_64']
+ ]
+ ],
main: [
distros: 'noble jammy rocky10 centos9 windows',
extras : [
// against the previously stored values to determine which branches have
// changed and need downstream builds triggered.
- // branches is the list of branch names (e.g., ['main','tentacle','squid','reef'])
+ // branches is the list of branch names (e.g., ['main','umbrella',tentacle','squid','reef'])
// b is short for branch. We're just looping over branches here.
// Ultimately we end up with array "tips" that looks like "last" but is the current
// tip of each branch instead of the last job's tips.