Skip to content

Commit

Permalink
Update lucene snapshot buildkite config to build from branch_10_0 (#1…
Browse files Browse the repository at this point in the history
…13797)

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.
  • Loading branch information
javanna committed Sep 30, 2024
1 parent 63e524d commit 2471dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/lucene-snapshot/build-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2471dc9

Please sign in to comment.