-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Upload all logs in BEP even with minimal upload #17110
Conversation
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.
Do we always want to upload action logs or only upload when they failed?
Please add a test case for this similar to test_upload_minimal_upload_testlogs.
When using --experimental_remote_build_event_upload=minimal, build action logs won't get uploaded. These logs are still very useful as when a build action fails, one would need to inspect them to figure out what has gone wrong. Forcing uploading stdout and stderr with this change.
Seems that at least currently the build event file won't reference the build logs unless the action had failed so the logs will only be uploaded for failing actions. |
@bazel-io flag |
@bazel-io fork 6.1.0 |
When using --experimental_remote_build_event_upload=minimal, build action logs won't get uploaded. These logs are still very useful as when a build action fails, one would need to inspect them to figure out what has gone wrong. Forcing uploading stdout and stderr with this change. Closes #17110. PiperOrigin-RevId: 500723770 Change-Id: I5e2edb6356b55549cd160379273af9a1580945d3 Co-authored-by: Emil Kattainen <emilkattainen@gmail.com>
When using --experimental_remote_build_event_upload=minimal, build action logs won't get uploaded. These logs are still very useful as when a build action fails, one would need to inspect them to figure out what has gone wrong. Forcing uploading stdout and stderr with this change. Closes #17110. PiperOrigin-RevId: 500723770 Change-Id: I5e2edb6356b55549cd160379273af9a1580945d3
When using --experimental_remote_build_event_upload=minimal, build action logs won't get uploaded. These logs are still very useful as when a build action fails, one would need to inspect them to figure out what has gone wrong. Forcing uploading stdout and stderr with this change.