Skip to content

Commit

Permalink
Remove the usage of wrapper scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Sapranidis <alexandros@elastic.co>
  • Loading branch information
alexsapran committed Mar 19, 2024
1 parent 6c52899 commit 9ef55b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions auditbeat/buildkite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ stages:
extended:
# NOTE: stage name should be unique!
integTest:
command: ".buildkite/auditbeat/scripts/integ-test.sh"
command: "mage -d auditbeat build integTest"
platform: "platform-ingest-beats-ubuntu-2204-aarch64"
provider: "aws"
integTest-arm:
command: ".buildkite/auditbeat/scripts/integ-test.sh"
command: "mage -d auditbeat build integTest"
platform: "platform-ingest-beats-ubuntu-2204-aarch64"
provider: "aws"
unitTest-arm:
command: ".buildkite/auditbeat/scripts/unit-tests.sh"
command: "mage -d auditbeat build unitTest"
platform: "platform-ingest-beats-ubuntu-2204-aarch64"
provider: "aws"
unitTest-macos:
command: ".buildkite/auditbeat/scripts/unit-tests.sh"
command: "mage -d auditbeat build unitTest"
platform: "generic-13-ventura-x64"
provider: "orka"
unitTest-windows-2019:
command: ".buildkite/auditbeat/scripts/unit-tests-win.ps1"
command: "mage build unitTest"
platform: "family/core-windows-2019"

0 comments on commit 9ef55b2

Please sign in to comment.