-
Notifications
You must be signed in to change notification settings - Fork 155
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
Fix mage and go buildkit script exit codes #3149
Fix mage and go buildkit script exit codes #3149
Conversation
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🌐 Coverage report
|
The failing test shows this clearly fixes the issue. What is interesting is the failure, possible that the test was merged thinking that it worked, but really it didn't. |
buildkite test this |
The failures in the integration tests from this PR is from the fact that the integration testing is actually failing. The previous changed hide that fact and I believe some changes or new tests have broken the integration tests. This should be force merged, so we are forced to fix the CI. |
(cherry picked from commit f2e4f71) # Conflicts: # .buildkite/scripts/common.sh
What does this PR do?
Fixes the buildkit job to fail when
mage
orgo
functions actual fail.Why is it important?
Without this change CI integration failures will not mark the tests as failed.
Related issues
mage integration:test
no longer reports as failed when a test does fail #3148