Skip to content

Commit 1814a5b

Browse files
Merge branch 'main' into feature/synthtic-source-recovery-default
2 parents 201dff2 + 9ad3f68 commit 1814a5b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.buildkite/scripts/dra-workflow.trigger.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ echo "steps:"
77
source .buildkite/scripts/branches.sh
88

99
for 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"

muted-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
#

0 commit comments

Comments
 (0)