File tree Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,63 @@ steps:
222222 matrix :
223223 - default
224224
225+ - group : " Stateful:Debian"
226+ key : integration-tests-debian
227+ depends_on :
228+ - integration-ess
229+ steps :
230+ - label : " x86_64:non-sudo: {{matrix}}"
231+ depends_on : packaging-ubuntu-x86-64
232+ command : |
233+ buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-x86-64'
234+ .buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} false
235+ artifact_paths :
236+ - build/**
237+ - build/diagnostics/**
238+ retry :
239+ automatic :
240+ limit : 1
241+ agents :
242+ provider : " gcp"
243+ machineType : " n1-standard-8"
244+ image : " family/platform-ingest-elastic-agent-debian-12"
245+ matrix :
246+ - default
247+
248+ - label : " x86_64:sudo: {{matrix}}"
249+ depends_on :
250+ - packaging-ubuntu-x86-64
251+ # due to deb group present in matrix tar.gz and deb packages artifacts are required
252+ command : |
253+ buildkite-agent artifact download build/distributions/** . --step packaging-ubuntu-x86-64
254+ .buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} true
255+ artifact_paths :
256+ - build/**
257+ - build/diagnostics/**
258+ retry :
259+ automatic :
260+ limit : 1
261+ agents :
262+ provider : " gcp"
263+ machineType : " n1-standard-8"
264+ image : " family/platform-ingest-elastic-agent-debian-12"
265+ matrix :
266+ - default
267+ - upgrade
268+ - upgrade-flavor
269+ - standalone-upgrade
270+ - fleet
271+ - fleet-endpoint-security
272+ - fleet-airgapped
273+ - fleet-airgapped-privileged
274+ - fleet-privileged
275+ - fleet-upgrade-to-pr-build
276+ - install-uninstall
277+ # FQDN test failing at debian 12. Relevant issue https://github.com/elastic/elastic-agent/issues/7476
278+ # - fqdn
279+ - deb
280+ - container
281+
225282 - group : " Stateful(Sudo):RHEL8"
226283 key : integration-tests-rhel8
227284 depends_on :
You can’t perform that action at this time.
0 commit comments