File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ echo "steps:"
77source .buildkite/scripts/branches.sh
88
99for BRANCH in " ${BRANCHES[@]} " ; do
10- if [[ " $BRANCH " == " main " ]]; then
11- export VERSION_QUALIFIER=" alpha1 "
10+ if [[ " $BRANCH " == " 9.0 " ]]; then
11+ export VERSION_QUALIFIER=" beta1 "
1212 fi
1313
1414 INTAKE_PIPELINE_SLUG=" elasticsearch-intake"
Original file line number Diff line number Diff line change @@ -370,6 +370,9 @@ tests:
370370 issue : https://github.com/elastic/elasticsearch/issues/121293
371371- class : org.elasticsearch.xpack.inference.common.InferenceServiceNodeLocalRateLimitCalculatorTests
372372 issue : https://github.com/elastic/elasticsearch/issues/121294
373+ - class : org.elasticsearch.env.NodeEnvironmentTests
374+ method : testGetBestDowngradeVersion
375+ issue : https://github.com/elastic/elasticsearch/issues/121316
373376
374377# Examples:
375378#
You can’t perform that action at this time.
0 commit comments