Skip to content

Commit

Permalink
Add even more integration test systems
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwolf committed Feb 6, 2024
1 parent c1a7c05 commit d98e7d0
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .buildkite/auditbeat/auditbeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
env:
IMAGE_UBUNTU_X86_64: "family/core-ubuntu-2204"
IMAGE_UBUNTU_ARM_64: "core-ubuntu-2004-aarch64"
IMAGE_DEBIAN_10: "family/core-debian-10"
IMAGE_DEBIAN_12: "family/core-debian-12"
IMAGE_CENTOS7: "family/core-centos-7"
IMAGE_SUSE15: "family/core-sles-15"
IMAGE_RHEL9: "family/core-rhel-9"
IMAGE_WIN_2016: "family/core-windows-2016"
IMAGE_WIN_2019: "family/core-windows-2019"
IMAGE_WIN_2022: "family/core-windows-2022"
IMAGE_RHEL9: "family/core-rhel-9"
IMAGE_MACOS_X86_64: "generic-13-ventura-x64"

steps:
Expand Down Expand Up @@ -116,12 +120,18 @@ steps:
image: "{{matrix.image}}"
machine_type: "c3-standard-4"
disk_size: 100
disk_type: "pd_ssd"
disk_type: "pd-ssd"
matrix:
setup:
image:
- "${IMAGE_UBUNTU_X86_64}"
- "${IMAGE_UBUNTU_ARM_64}"
- "${IMAGE_DEBIAN_10}"
- "${IMAGE_DEBIAN_12}"
- "${IMAGE_CENTOS7}"
- "${IMAGE_SUSE12}"
- "${IMAGE_SUSE15}"
- "${IMAGE_RHEL8}"
- "${IMAGE_RHEL9}"
artifact_paths:
- "auditbeat/build/*.xml"
Expand Down

0 comments on commit d98e7d0

Please sign in to comment.