File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
server/src/main/java/org/elasticsearch/index Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ echo "Running PR upgrade tests from $BUILDKITE_PULL_REQUEST_BASE_BRANCH [$BASE_C
2727cat << EOF | buildkite-agent pipeline upload
2828steps:
2929 - label: pr-upgrade $BUILDKITE_PULL_REQUEST_BASE_BRANCH -> $BUILDKITE_BRANCH
30- command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints -Dtests.bwc.main.version=${VERSION} -SNAPSHOT -Dtests.bwc.refspec.main=${BASE_COMMIT} bcUpgradeTest -Dtests.jvm.argline="-Des.serverless_transport=true"
30+ command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints -Dtests.bwc.main.version=${VERSION} -Dtests.bwc.refspec.main=${BASE_COMMIT} bcUpgradeTest -Dtests.jvm.argline="-Des.serverless_transport=true"
3131 timeout_in_minutes: 300
3232 agents:
3333 provider: gcp
Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ private static Version parseUnchecked(String version) {
173173 public static final IndexVersion SEQ_NO_WITHOUT_POINTS = def (9_027_0_00 , Version .LUCENE_10_2_1 );
174174 public static final IndexVersion INDEX_INT_SORT_INT_TYPE = def (9_028_0_00 , Version .LUCENE_10_2_1 );
175175 public static final IndexVersion MAPPER_TEXT_MATCH_ONLY_MULTI_FIELDS_DEFAULT_NOT_STORED = def (9_029_0_00 , Version .LUCENE_10_2_1 );
176+ public static final IndexVersion TEST_INDEX_VERSION_DO_NOT_MERGE = def (9_030_0_00 , Version .LUCENE_10_2_1 );
176177
177178 /*
178179 * STOP! READ THIS FIRST! No, really,
You can’t perform that action at this time.
0 commit comments