From 2471dc9c84933b4f1957a08e8a4d73387b9d43cf Mon Sep 17 00:00:00 2001 From: Luca Cavanna Date: Mon, 30 Sep 2024 17:19:05 +0200 Subject: [PATCH] Update lucene snapshot buildkite config to build from branch_10_0 (#113797) The Lucene 10 branch has been cut, we want to switch the snapshot creation to the newly created branch until Lucene 10 has been released. Later, we will switch to branch_10x. --- .buildkite/pipelines/lucene-snapshot/build-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipelines/lucene-snapshot/build-snapshot.yml b/.buildkite/pipelines/lucene-snapshot/build-snapshot.yml index f1813ff6003cb..bb0e82df98ede 100644 --- a/.buildkite/pipelines/lucene-snapshot/build-snapshot.yml +++ b/.buildkite/pipelines/lucene-snapshot/build-snapshot.yml @@ -4,7 +4,7 @@ steps: key: lucene-build if: (build.env("LUCENE_BUILD_ID") == null || build.env("LUCENE_BUILD_ID") == "") build: - branch: main + branch: branch_10_0 - wait - label: Upload and update lucene snapshot command: .buildkite/scripts/lucene-snapshot/upload-snapshot.sh