From: Casey Bodley Date: Thu, 11 Jun 2026 14:51:00 +0000 (-0400) Subject: ceph-dev-cron: add jammy to umbrella X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0803013cdc08fe1f583d9ee6a3ab177741b08b68;p=ceph-build.git 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 --- 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'] ]