Skip to content

Commit

Permalink
Remove action_metadata_logs from BES
Browse files Browse the repository at this point in the history
This never wound up being used (including never populated in bazel) and adds
some complexity we can do without.

PiperOrigin-RevId: 711752166
  • Loading branch information
Googler authored and copybara-github committed Jan 3, 2025
1 parent bac0dc9 commit c86c49d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,8 @@ message NamedSetOfFiles {
// failing; however, consumers of the build-event protocol must not assume
// that only failed actions are posted.
message ActionExecuted {
reserved 10;

bool success = 1;

// The mnemonic of the action that was executed
Expand Down Expand Up @@ -577,9 +579,6 @@ message ActionExecuted {
// The command-line of the action, if the action is a command.
repeated string command_line = 9;

// List of paths to log files
repeated File action_metadata_logs = 10;

// Only populated if success = false, and sometimes not even then.
failure_details.FailureDetail failure_detail = 11;

Expand Down

0 comments on commit c86c49d

Please sign in to comment.