Skip to content

Commit 96b2fc9

Browse files
chore(deps): update kibana-openapi-spec digest to 38106c2 (#1517)
* chore(deps): update kibana-openapi-spec digest to 38106c2 * Reduce the ML memory limits --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Toby Brain <toby.brain@elastic.co>
1 parent 7c2c192 commit 96b2fc9

File tree

4 files changed

+4539
-2413
lines changed

4 files changed

+4539
-2413
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
xpack.security.enabled: true
6565
xpack.security.authc.api_key.enabled: true
6666
xpack.security.authc.token.enabled: true
67-
xpack.ml.use_auto_machine_memory_percent: true
67+
xpack.ml.use_auto_machine_memory_percent: false
68+
xpack.ml.max_machine_memory_percent: 10
6869
xpack.ml.max_model_memory_limit: 2g
6970
xpack.watcher.enabled: true
7071
xpack.license.self_generated.type: trial
@@ -73,7 +74,7 @@ jobs:
7374
ELASTIC_PASSWORD: ${{ env.ELASTIC_PASSWORD }}
7475
ports:
7576
- 9200:9200
76-
options: --memory=4g --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
77+
options: --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
7778
kibana:
7879
image: docker.elastic.co/kibana/kibana:${{ matrix.version }}
7980
env:
@@ -111,6 +112,11 @@ jobs:
111112
matrix:
112113
version:
113114
- '7.17.13'
115+
- '8.0.1'
116+
- '8.1.3'
117+
- '8.2.3'
118+
- '8.3.3'
119+
- '8.4.3'
114120
- '8.5.3'
115121
- '8.6.2'
116122
- '8.7.1'
@@ -128,17 +134,10 @@ jobs:
128134
- '8.19.3'
129135
- '9.0.7'
130136
- '9.1.3'
131-
include:
132-
- version: '8.0.1'
133-
runner: ubuntu-22.04
134-
- version: '8.1.3'
135-
runner: ubuntu-22.04
136-
- version: '8.2.3'
137-
runner: ubuntu-22.04
138-
- version: '8.3.3'
139-
runner: ubuntu-22.04
140-
- version: '8.4.3'
141-
runner: ubuntu-22.04
137+
# The default runner image can be overridden for specific versions if needed
138+
# include:
139+
# - version: '8.0.1'
140+
# runner: ubuntu-22.04
142141
steps:
143142
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
144143
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ services:
1212
xpack.security.enabled: true
1313
xpack.security.http.ssl.enabled: false
1414
xpack.license.self_generated.type: trial
15-
xpack.ml.use_auto_machine_memory_percent: true
15+
xpack.ml.use_auto_machine_memory_percent: false
16+
xpack.ml.max_machine_memory_percent: 10
1617
xpack.ml.max_model_memory_limit: 2g
1718
xpack.security.authc.api_key.enabled: true
1819
xpack.security.authc.token.enabled: true

generated/kbapi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SHELL := /bin/bash
33
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
44

5-
github_ref ?= e84e2ebcadd9232e4da97f4a9ac8c5a66212a4ff
5+
github_ref ?= 38106c26e880d5ff0faf3a27c5582da5b83b9949
66
oas_url := https://raw.githubusercontent.com/elastic/kibana/$(github_ref)/oas_docs/output/kibana.yaml
77

88
.PHONY: all

0 commit comments

Comments
 (0)