@@ -28,6 +28,65 @@ steps:
2828 image : " docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:0.5"
2929 useCustomGlobalHooks : true
3030
31+ - group : " Extended runtime leak tests"
32+ key : extended-integration-tests
33+ depends_on :
34+ - integration-ess
35+ steps :
36+ - label : " Windows:2022:amd64:sudo"
37+ depends_on :
38+ - packaging-windows
39+ env :
40+ TEST_LONG_RUNNING : " true"
41+ command : |
42+ buildkite-agent artifact download build/distributions/** . --step 'packaging-windows'
43+ .buildkite/scripts/integration-tests.ps1 fleet true TestLongRunningAgentForLeaks
44+ artifact_paths :
45+ - build/**
46+ - build/diagnostics/**
47+ agents :
48+ provider : " gcp"
49+ machineType : " n1-standard-8"
50+ image : " ${IMAGE_WIN_2022}"
51+ retry :
52+ automatic :
53+ limit : 1
54+ - label : " Windows:2025:amd64:sudo"
55+ depends_on :
56+ - packaging-windows
57+ env :
58+ TEST_LONG_RUNNING : " true"
59+ command : |
60+ buildkite-agent artifact download build/distributions/** . --step 'packaging-windows'
61+ .buildkite/scripts/integration-tests.ps1 fleet true TestLongRunningAgentForLeaks
62+ artifact_paths :
63+ - build/**
64+ - build/diagnostics/**
65+ retry :
66+ automatic :
67+ limit : 1
68+ agents :
69+ provider : " gcp"
70+ machineType : " n1-standard-8"
71+ image : " ${IMAGE_WIN_2025}"
72+ - label : " Ubuntu:2404:amd64:sudo"
73+ depends_on : packaging-ubuntu-x86-64
74+ env :
75+ TEST_LONG_RUNNING : " true"
76+ command : |
77+ buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-x86-64'
78+ .buildkite/scripts/steps/integration_tests_tf.sh fleet true TestLongRunningAgentForLeaks
79+ artifact_paths :
80+ - build/**
81+ - build/diagnostics/**
82+ retry :
83+ automatic :
84+ limit : 1
85+ agents :
86+ provider : " gcp"
87+ machineType : " n1-standard-8"
88+ image : " ${IMAGE_UBUNTU_2404_X86_64}"
89+
3190 - group : " Stateful: Windows"
3291 key : integration-tests-win
3392 depends_on :
@@ -352,6 +411,7 @@ steps:
352411 - integration-tests-win
353412 - integration-tests-rhel8
354413 - integration-tests-kubernetes
414+ - extended-integration-tests
355415 allow_dependency_failure : true
356416 command : |
357417 buildkite-agent artifact download "test_infra/ess/**" . --step "integration-ess"
0 commit comments