Skip to content

Commit

Permalink
[8.x](backport #6173) [CI] Skip new ARM tests (#6305)
Browse files Browse the repository at this point in the history
* Skip new ARM tests: https://github.com/elastic/ingest-dev/issues/4610 (#6173)

(cherry picked from commit 6eb9290)
---------

Co-authored-by: Pavel Zorin <pavel.zorin@elastic.co>
Co-authored-by: Olga Naydyonock <olga.naidjonoka@elastic.co>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent fe527b9 commit 188ad37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/bk.integration.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ steps:
- fleet-airgapped-privileged

- label: "arm:sudo: {{matrix}}"
# https://github.com/elastic/ingest-dev/issues/4610
skip: true
command: |
buildkite-agent artifact download build/distributions/** . --step 'package-it' --build ${BUILDKITE_TRIGGERED_FROM_BUILD_ID}
Expand All @@ -120,6 +121,7 @@ steps:
- fleet-airgapped-privileged

- label: "arm:non-sudo: {{matrix}}"
# https://github.com/elastic/ingest-dev/issues/4610
skip: true
command: |
buildkite-agent artifact download build/distributions/** . --step 'package-it' --build ${BUILDKITE_TRIGGERED_FROM_BUILD_ID}
Expand Down

0 comments on commit 188ad37

Please sign in to comment.