We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944523e commit 7511689Copy full SHA for 7511689
.buildkite/pipeline.yml
@@ -5,7 +5,7 @@ steps:
5
env:
6
PYTHON_VERSION: "{{ matrix.python }}"
7
TEST_SUITE: "platinum"
8
- STACK_VERSION: "8.16.0-SNAPSHOT"
+ STACK_VERSION: "8.19.0-SNAPSHOT"
9
PYTHON_CONNECTION_CLASS: "{{ matrix.connection }}"
10
NOX_SESSION: "{{ matrix.nox_session }}"
11
matrix:
test_elasticsearch/utils.py
@@ -425,6 +425,9 @@ def is_xpack_template(name):
425
return True
426
427
return name in {
428
+ "agentless",
429
+ "agentless@mappings",
430
+ "agentless@settings",
431
"apm-10d@lifecycle",
432
"apm-180d@lifecycle",
433
"apm-390d@lifecycle",
0 commit comments