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