From 7361a383241c99e822ff049feeb99c2f0c0a0154 Mon Sep 17 00:00:00 2001 From: Jamie Pryde Date: Tue, 24 Feb 2026 13:25:02 +0000 Subject: [PATCH] ceph-dev-cron: Add umbrella to Jenkinsfile Signed-off-by: Jamie Pryde --- ceph-dev-cron/build/Jenkinsfile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ceph-dev-cron/build/Jenkinsfile b/ceph-dev-cron/build/Jenkinsfile index 7420658a..6c914ff4 100644 --- a/ceph-dev-cron/build/Jenkinsfile +++ b/ceph-dev-cron/build/Jenkinsfile @@ -1,6 +1,6 @@ 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 = [ @@ -18,6 +18,12 @@ node('built-in') { [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 : [ @@ -71,7 +77,7 @@ node('built-in') { // 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. -- 2.47.3