From 601abbe0ebb0f22d1f354be4db936f8cb85f6555 Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Fri, 29 Aug 2025 15:09:13 +0200 Subject: [PATCH] [Buildkite] Fix interpolating regex in buildkite pipeline (#133813) --- .buildkite/pipelines/periodic.template.yml | 2 +- .buildkite/pipelines/periodic.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipelines/periodic.template.yml b/.buildkite/pipelines/periodic.template.yml index 8128938a070f7..b631629336aa1 100644 --- a/.buildkite/pipelines/periodic.template.yml +++ b/.buildkite/pipelines/periodic.template.yml @@ -230,7 +230,7 @@ steps: image: family/elasticsearch-ubuntu-2404 machineType: n2-standard-8 buildDirectory: /dev/shm/bk - if: build.branch =~ /^(main|\d+\.\d+|\d+\.x)$/ + if: build.branch =~ /^(main|\d+\.\d+|\d+\.x)$$/ - label: check-branch-consistency command: .ci/scripts/run-gradle.sh branchConsistency timeout_in_minutes: 15 diff --git a/.buildkite/pipelines/periodic.yml b/.buildkite/pipelines/periodic.yml index 33d2d03e3b18d..c29c606d4018a 100644 --- a/.buildkite/pipelines/periodic.yml +++ b/.buildkite/pipelines/periodic.yml @@ -953,7 +953,7 @@ steps: image: family/elasticsearch-ubuntu-2404 machineType: n2-standard-8 buildDirectory: /dev/shm/bk - if: build.branch =~ /^(main|\d+\.\d+|\d+\.x)$/ + if: build.branch =~ /^(main|\d+\.\d+|\d+\.x)$$/ - label: check-branch-consistency command: .ci/scripts/run-gradle.sh branchConsistency timeout_in_minutes: 15