From: David Galloway Date: Wed, 25 Feb 2026 23:10:03 +0000 (-0500) Subject: ceph-dev-cron: Comment explaining cfg X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0adb49fbf1bf5f221ef8e7c2dd8de97638d62dd3;p=ceph-build.git ceph-dev-cron: Comment explaining cfg Signed-off-by: David Galloway --- diff --git a/ceph-dev-cron/build/Jenkinsfile b/ceph-dev-cron/build/Jenkinsfile index d8e066ab..3b396f72 100644 --- a/ceph-dev-cron/build/Jenkinsfile +++ b/ceph-dev-cron/build/Jenkinsfile @@ -2,7 +2,10 @@ node('built-in') { def repoUrl = 'https://github.com/ceph/ceph' def branches = ['main','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',