From 0803013cdc08fe1f583d9ee6a3ab177741b08b68 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Thu, 11 Jun 2026 10:51:00 -0400 Subject: [PATCH] ceph-dev-cron: add jammy to umbrella umbrella will still support ubuntu jammy, and qa suites there depend on jammy packages. reenable jammy in ceph-dev-cron builds in case we want to schedule suites directly against the tip of umbrella https://docs.ceph.com/en/latest/start/os-recommendations/#platforms Signed-off-by: Casey Bodley --- ceph-dev-cron/build/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-dev-cron/build/Jenkinsfile b/ceph-dev-cron/build/Jenkinsfile index 9d52e2e66..79a22a2d7 100644 --- a/ceph-dev-cron/build/Jenkinsfile +++ b/ceph-dev-cron/build/Jenkinsfile @@ -22,7 +22,7 @@ node('built-in') { ] ], umbrella: [ - distros: 'noble rocky10 centos9 windows', + distros: 'noble jammy rocky10 centos9 windows', extras : [ [distros:'centos9 rocky10', flavors:'debug', archs:'x86_64'] ] -- 2.47.3