From 1787b1500d99f050c792c1d31c88b136acdaa9fb Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 20 Aug 2025 17:42:03 -0400 Subject: [PATCH] ceph-tag: Support specifying different ceph-build.git branch Signed-off-by: David Galloway --- ceph-tag/config/definitions/ceph-tag.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ceph-tag/config/definitions/ceph-tag.yml b/ceph-tag/config/definitions/ceph-tag.yml index e9526b0a..09df2007 100644 --- a/ceph-tag/config/definitions/ceph-tag.yml +++ b/ceph-tag/config/definitions/ceph-tag.yml @@ -50,6 +50,12 @@ SECURITY: Builds from BRANCH-release branch in ceph-private.git (private repo)." - RELEASE_CANDIDATE - HOTFIX - SECURITY + + - string: + name: CEPH_BUILD_BRANCH + description: "The ceph-build.git branch to use. Useful for testing changes to the ceph-tag job" + default: main + scm: - git: url: https://github.com/ceph/ceph-build.git @@ -59,8 +65,7 @@ SECURITY: Builds from BRANCH-release branch in ceph-private.git (private repo)." wipe-workspace: true basedir: "ceph-build" branches: - - origin/main - + - ${{CEPH_BUILD_BRANCH}} builders: - shell: -- 2.39.5