-
Notifications
You must be signed in to change notification settings - Fork 205
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
debug cache #17377
debug cache #17377
Conversation
54db39a
to
4c2355c
Compare
1cc56c0
to
fdd8a91
Compare
@@ -83,5 +82,4 @@ if ($env:SKIP_TESTS -ceq "False") { | |||
`-`-experimental_profile_include_target_label ` | |||
`-`-build_event_json_file test-events.json ` | |||
`-`-build_event_publish_all_actions ` | |||
`-`-experimental_execution_log_file ${ARTIFACT_DIRS}/logs/test_execution_windows_$env:SYSTEM_JOBATTEMPT.log ` |
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.
The binary execution log is basically useless: as far as I know nobody ever looks at it, and I don't seem to be able to build the parser for it. Trying to get the JSON execution log crashes the build on an OOM.
condition: and(succeededOrFailed(), | ||
or(eq(${{parameters.is_release}}, 'false'), | ||
ne('${{parameters.name}}', 'm1'))) | ||
|
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.
JSON execution logs are created pre-gzipped by Bazel, so there's little benefit to re-gzipping them.
"rev": "3a86856a13c88c8c64ea32082a851fefc79aa700", | ||
"sha256": "04dd4g24061p8sw922zjickahqwn3wa9l3j5qllfzp5n6dy9is16" | ||
"rev": "9a82a9b5248919805a2400266ebd881d5783df2a", | ||
"sha256": "142x1zq3cjadgmvfv0paydlq268pfinllqpq2vl0vxwdiq2nr9iz" |
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.
This is the heart of this change: it looks like Bazel 5.2.0 is simply broken, so I'm bumping to 5.3.2.
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.
oh :( bazelbuild/bazel#15682
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.
thank you so much for figuring this out!
No description provided.