From 0adb49fbf1bf5f221ef8e7c2dd8de97638d62dd3 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 25 Feb 2026 18:10:03 -0500 Subject: [PATCH] ceph-dev-cron: Comment explaining cfg Signed-off-by: David Galloway --- ceph-dev-cron/build/Jenkinsfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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', -- 2.47.3