Skip to content

Commit ef055f5

Browse files
Add ITs for Debian 12 (#7354) (#7514)
* Update bk.integration.pipeline.yml * Update bk.integration.pipeline.yml * ITs for debian 12 * Disable fqdn test until it will be fixed * Add link to the issue for failed test (cherry picked from commit f5567bc) Co-authored-by: Yehor Shvedov <[email protected]>
1 parent 32b9a5b commit ef055f5

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

.buildkite/bk.integration.pipeline.yml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)