Skip to content

Commit

Permalink
Add ActionCacheStatistics to BEP [
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 547254460
  • Loading branch information
crydell-ericsson authored and copybara-github committed Jul 11, 2023
1 parent 2f9fb05 commit 8aa6446
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ proto_library(
srcs = ["build_event_stream.proto"],
deps = [
"//third_party/bazel/src/main/java/com/google/devtools/build/lib/packages/metrics:package_load_metrics_proto",
"//third_party/bazel/src/main/protobuf:action_cache_proto",
"//third_party/bazel/src/main/protobuf:command_line_proto",
"//third_party/bazel/src/main/protobuf:failure_details_proto",
"//third_party/bazel/src/main/protobuf:invocation_policy_proto",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package build_event_stream;
import "google/protobuf/duration.proto";
import "google/protobuf/timestamp.proto";
import "third_party/bazel/src/main/java/com/google/devtools/build/lib/packages/metrics/package_load_metrics.proto";
import "third_party/bazel/src/main/protobuf/action_cache.proto";
import "third_party/bazel/src/main/protobuf/command_line.proto";
import "third_party/bazel/src/main/protobuf/failure_details.proto";
import "third_party/bazel/src/main/protobuf/invocation_policy.proto";
Expand Down Expand Up @@ -890,6 +891,8 @@ message BuildMetrics {
string exec_kind = 3;
}
repeated RunnerCount runner_count = 6;

blaze.ActionCacheStatistics action_cache_statistics = 7;
}
ActionSummary action_summary = 1;

Expand Down

0 comments on commit 8aa6446

Please sign in to comment.