From a28f3442cf3ebfe612b41d1c93796aeccb57ddfc Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Mon, 3 Mar 2025 15:56:29 +0400 Subject: [PATCH 1/2] Bump STACK_VERSION to 8.19.0-SNAPSHOT --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 9ec0f81b0..5e38b6749 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -5,7 +5,7 @@ steps: env: PYTHON_VERSION: "{{ matrix.python }}" TEST_SUITE: "platinum" - STACK_VERSION: "8.16.0-SNAPSHOT" + STACK_VERSION: "8.19.0-SNAPSHOT" PYTHON_CONNECTION_CLASS: "{{ matrix.connection }}" NOX_SESSION: "{{ matrix.nox_session }}" matrix: From c82824d3e2627cabda71f76d6fa6fb3a8f6c130c Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Mon, 3 Mar 2025 16:29:22 +0400 Subject: [PATCH 2/2] Ignore agentless templates --- test_elasticsearch/utils.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test_elasticsearch/utils.py b/test_elasticsearch/utils.py index 4a26aa4c0..8a13ff62f 100644 --- a/test_elasticsearch/utils.py +++ b/test_elasticsearch/utils.py @@ -425,6 +425,9 @@ def is_xpack_template(name): return True return name in { + "agentless", + "agentless@mappings", + "agentless@settings", "apm-10d@lifecycle", "apm-180d@lifecycle", "apm-390d@lifecycle",