From b6d9d9d3971264e6bdc4ddcd9df0b07d4beb26a6 Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Tue, 4 Mar 2025 20:04:21 +0100 Subject: [PATCH] [CI] Fix the lucene compatibility tests in intake (#124034) the last commit before the lucene update is not compatible in how we apply the buildscan plugin these days. We now instead created a branch "combat-lucene-10-0-0" where we added a compatibibility fix. Now we pick the fix commit instead. (cherry picked from commit b0318eccefb9f6990c04eae5d9b0a0d5c63b08e9) --- .buildkite/pipelines/intake.template.yml | 2 +- .buildkite/pipelines/intake.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipelines/intake.template.yml b/.buildkite/pipelines/intake.template.yml index 75c7a339b8cea..3aba186ed5abb 100644 --- a/.buildkite/pipelines/intake.template.yml +++ b/.buildkite/pipelines/intake.template.yml @@ -75,7 +75,7 @@ steps: ES_VERSION: - "9.0.0" ES_COMMIT: - - "b2cc9d9b8f00ee621f93ddca07ea9c671aab1578" # update to match last commit before lucene bump + - "10352e57d85505984582616e1e38530d3ec6ca59" # update to match last commit before lucene bump maintained from combat-lucene-10-0-0 branch agents: provider: gcp image: family/elasticsearch-ubuntu-2004 diff --git a/.buildkite/pipelines/intake.yml b/.buildkite/pipelines/intake.yml index d4abfd134e8cf..37d9b65021278 100644 --- a/.buildkite/pipelines/intake.yml +++ b/.buildkite/pipelines/intake.yml @@ -76,7 +76,7 @@ steps: ES_VERSION: - "9.0.0" ES_COMMIT: - - "b2cc9d9b8f00ee621f93ddca07ea9c671aab1578" # update to match last commit before lucene bump + - "10352e57d85505984582616e1e38530d3ec6ca59" # update to match last commit before lucene bump maintained from combat-lucene-10-0-0 branch agents: provider: gcp image: family/elasticsearch-ubuntu-2004