-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/bin/bash | ||
|
||
if [[ ! "${BUILDKITE_PULL_REQUEST:-}" || "${BUILDKITE_AGENT_META_DATA_PROVIDER:-}" == "k8s" ]]; then | ||
exit 0 | ||
fi | ||
|
||
testMuteBranch="${BUILDKITE_PULL_REQUEST_BASE_BRANCH:-main}" | ||
testMuteFile="$(mktemp)" | ||
|
||
# If this PR contains changes to muted-tests.yml, we disable this functionality | ||
# Otherwise, we wouldn't be able to test unmutes | ||
if [[ ! $(gh pr diff "$BUILDKITE_PULL_REQUEST" --name-only | grep 'muted-tests.yml') ]]; then | ||
gh api -H 'Accept: application/vnd.github.v3.raw' "repos/elastic/elasticsearch/contents/muted-tests.yml?ref=$testMuteBranch" > "$testMuteFile" | ||
|
||
if [[ -s "$testMuteFile" ]]; then | ||
mkdir -p ~/.gradle | ||
# This is using gradle.properties instead of an env var so that it's easily compatible with the Windows pre-command hook | ||
echo "org.gradle.project.org.elasticsearch.additional.muted.tests=$testMuteFile" >> ~/.gradle/gradle.properties | ||
fi | ||
fi |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
pr: 104125 | ||
summary: Disable machine learning on macOS x86_64 | ||
area: Machine Learning | ||
type: breaking | ||
issues: [] | ||
breaking: | ||
title: Disable machine learning on macOS x86_64 | ||
area: Packaging | ||
details: The machine learning plugin is permanently disabled on macOS x86_64. | ||
For the last three years Apple has been selling hardware based on the arm64 | ||
architecture, and support will increasingly focus on this architecture in | ||
the future. Changes to upstream dependencies of Elastic's machine learning | ||
functionality have made it unviable for Elastic to continue to build machine | ||
learning on macOS x86_64. | ||
impact: To continue to use machine learning functionality on macOS please switch to | ||
an arm64 machine (Apple silicon). Alternatively, it will still be possible to run | ||
Elasticsearch with machine learning enabled in a Docker container on macOS x86_64. | ||
notable: false |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 111494 | ||
summary: Extensible Completion Postings Formats | ||
area: "Suggesters" | ||
type: enhancement | ||
issues: [] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 113120 | ||
summary: ESQL - enabling scoring with METADATA `_score` | ||
area: ES|QL | ||
type: enhancement | ||
issues: [] |
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 114317 | ||
summary: "ESQL: CATEGORIZE as a `BlockHash`" | ||
area: ES|QL | ||
type: enhancement | ||
issues: [] |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 117265 | ||
summary: Async search responses have CCS metadata while searches are running | ||
area: ES|QL | ||
type: enhancement | ||
issues: [] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 117606 | ||
summary: Remove deprecated sort from reindex operation within dataframe analytics procedure | ||
area: Machine Learning | ||
type: enhancement | ||
issues: [] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 117618 | ||
summary: SearchStatesIt failures reported by CI | ||
area: Search | ||
type: bug | ||
issues: [116617, 116618] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 117655 | ||
summary: Add nulls support to Categorize | ||
area: ES|QL | ||
type: enhancement | ||
issues: [] |