Skip to content

Commit

Permalink
Move ARM integration into separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwolf committed Feb 6, 2024
1 parent b42246a commit 5d64714
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .buildkite/auditbeat/auditbeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ steps:
imagePrefix: "${IMAGE_MACOS_X86_64}"
artifact_paths: "auditbeat/build/*.xml"

- label: ":linux:-{{matrix.image}} Integration Tests"
- label: ":linux: {{matrix.image}} Integration Tests"
key: "linux-integration"
command: ".buildkite/auditbeat/scripts/integ-tests.sh"
notify:
Expand All @@ -125,7 +125,6 @@ steps:
setup:
image:
- "${IMAGE_UBUNTU_X86_64}"
- "${IMAGE_UBUNTU_ARM_64}"
- "${IMAGE_DEBIAN_10}"
- "${IMAGE_DEBIAN_12}"
- "${IMAGE_CENTOS7}"
Expand All @@ -135,6 +134,24 @@ steps:
- "auditbeat/build/*.xml"
- "auditbeat/build/*.json"

- label: ":linux: ARM {{matrix.image}} Integration Tests"
key: "linux-arm-integration"
command: ".buildkite/auditbeat/scripts/integ-tests.sh"
notify:
- github_commit_status:
context: "auditbeat/Extended: Linux Integration Tests"
agents:
provider: "aws"
imagePrefix: "{{matrix.image}}"
instanceType: "t4g.large"
matrix:
setup:
image:
- "${IMAGE_UBUNTU_ARM_64}"
artifact_paths:
- "auditbeat/build/*.xml"
- "auditbeat/build/*.json"

- group: "Windows Extended Testing"
key: "extended-tests-win"
if: build.env("GITHUB_PR_TRIGGER_COMMENT") == "auditbeat for windows" || build.env("GITHUB_PR_LABELS") =~ /.*windows.*/
Expand Down

0 comments on commit 5d64714

Please sign in to comment.