Skip to content

Commit

Permalink
updated aws tests commands (elastic#40244)
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan authored Jul 15, 2024
1 parent e38cd03 commit 5007a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/aws-tests-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
source .buildkite/scripts/initCloudEnv.sh
echo "~~~ Running tests"
cd x-pack/filebeat
mage build test goIntegTest
mage build test
agents:
provider: "aws"
imagePrefix: "${AWS_IMAGE_UBUNTU_ARM_64}"
Expand All @@ -49,7 +49,7 @@ steps:
source .buildkite/scripts/initCloudEnv.sh
echo "~~~ Running tests"
cd x-pack/metricbeat
mage build test goIntegTest
mage build test
agents:
provider: "aws"
imagePrefix: "${AWS_IMAGE_UBUNTU_ARM_64}"
Expand Down

0 comments on commit 5007a3e

Please sign in to comment.