From dca08a5fda860434e64dc41b7fa9c233a6124659 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Fri, 28 Aug 2026 12:34:12 -0400 Subject: [PATCH] ceph-pr-pipeline: run make check (arm64) on all active release branches The arm64 leg was restricted to main while we validated the pipeline. Open it up to the same active branches as the other legs: squid, tentacle, umbrella, and main. Signed-off-by: David Galloway Assisted-by: Claude Fable 5 (claude-fable-5) --- ceph-pr-pipeline/build/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-pr-pipeline/build/Jenkinsfile b/ceph-pr-pipeline/build/Jenkinsfile index 068a757cf..61dea59f7 100644 --- a/ceph-pr-pipeline/build/Jenkinsfile +++ b/ceph-pr-pipeline/build/Jenkinsfile @@ -49,7 +49,7 @@ import groovy.transform.Field // Target-branch restrictions, same as the old freestyle jobs' whitelists. @Field List windows_branches = ["main", "umbrella", "tentacle", "squid", "reef"] @Field List api_branches = ["main", "umbrella", "tentacle", "squid", /feature-.*/] -@Field List arm64_branches = ["main"] +@Field List arm64_branches = ["main", "umbrella", "tentacle", "squid"] // Set by the prepare stage. @Field boolean run_signed = false