Skip to content

Commit

Permalink
DEBUG COMMIT: add elastic agent packages as artifacts and increase ve…
Browse files Browse the repository at this point in the history
…rbosity of mage package
  • Loading branch information
pchila committed Oct 11, 2023
1 parent 81c140c commit 0a16efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ steps:
artifact_paths:
- "build/TEST-**"
- "build/diagnostics/*"
- "build/distribution/*.tar.gz"
agents:
provider: "gcp"
machineType: "n1-standard-8"
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else
OVERRIDE_TEST_AGENT_VERSION=""
fi
# PACKAGE
AGENT_PACKAGE_VERSION="${OVERRIDE_AGENT_PACKAGE_VERSION}" DEV=true EXTERNAL=true SNAPSHOT=true PLATFORMS=linux/amd64,linux/arm64 PACKAGES=tar.gz mage package
AGENT_PACKAGE_VERSION="${OVERRIDE_AGENT_PACKAGE_VERSION}" DEV=true EXTERNAL=true SNAPSHOT=true PLATFORMS=linux/amd64,linux/arm64 PACKAGES=tar.gz mage -v package

# Run integration tests
set +e
Expand Down

0 comments on commit 0a16efe

Please sign in to comment.