Skip to content

Commit

Permalink
still fighting with buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed Oct 27, 2023
1 parent e9d8404 commit 03d3705
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ steps:
key: "serverless-beats"
command: ".buildkite/scripts/steps/beats_tests.sh"
# if: "build.env('CRON') == 'yes'"
agents:
provider: "gcp"
machineType: "n1-standard-8"
retry:
manual:
allowed: true
Expand Down
4 changes: 3 additions & 1 deletion .buildkite/scripts/steps/beats_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ cd build
git clone [email protected]:elastic/beats.git

cd beats

echo "testing mage"
mage -l
echo "running mage"
SNAPSHOT=true PLATFORMS=linux/amd64,linux/arm64,windows/amd64 PACKAGES=tar.gz,zip mage -v package

0 comments on commit 03d3705

Please sign in to comment.