From 82b324b39b3a8053a9d9fe48f244d14e89ceb38f Mon Sep 17 00:00:00 2001 From: Ed Savage Date: Fri, 1 May 2026 12:30:56 +1200 Subject: [PATCH] [ML] TEMP: widen ml-cpp-version-bump branch filter for smoke test Allow branch feature/version-bump-patch-only alongside main so the version bump pipeline can be triggered from that branch for validation. Revert to main-only after the smoke test completes. Made-with: Cursor --- catalog-info.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index d472b4eee..94d0e57f3 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -254,7 +254,9 @@ spec: description: Buildkite Pipeline for ml-cpp version bump spec: allow_rebuilds: true - branch_configuration: main + # TEMPORARY: allow Buildkite API/UI test runs for the ml-cpp-version-bump + # pipeline from this branch. Revert to `main` only after the smoke test. + branch_configuration: main feature/version-bump-patch-only cancel_intermediate_builds: false clone_method: https pipeline_file: .buildkite/job-version-bump.json.py