-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Miscellaneous fixes for agent testing and build processes #3656
Miscellaneous fixes for agent testing and build processes #3656
Conversation
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
This pull request does not have a backport label. Could you fix it @fearful-symmetry? 🙏
NOTE: |
🌐 Coverage report
|
SonarQube Quality Gate 0 Bugs No Coverage information |
This fixes a dozen small issues I ran into while trying to debug the latest round of buildkite issues. The biggest change is that when we build with
EXTERNAL=false
we now check to see how many packages are downloaded, and error out if nothing was downloaded. Other changes are mostly error handling improvements and logging improvements.