aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Schouten <ed@nuxi.nl>2018-11-22 13:46:10 +0100
committerJakob Buchgraber <bucjac@gmail.com>2018-11-22 13:46:10 +0100
commited4849810292e5fb3c844992133523f01a4ad420 (patch)
tree7d0d731fe14e2356b477ab4c6c3343b78f16710b
parent21de46837a8ef49b760299341e404099f42b95a9 (diff)
downloadbazelbuild-remote-apis-ed4849810292e5fb3c844992133523f01a4ad420.tar.gz
Add a message field to ExecuteResponse. (#36)
This field may be used by a remote builder to inject additional lines of text into the output of the build client. Buildbarn may use this to print links to Buildbarn Browser, so that users can inspect build failures in more detail.
-rw-r--r--build/bazel/remote/execution/v2/remote_execution.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/bazel/remote/execution/v2/remote_execution.proto b/build/bazel/remote/execution/v2/remote_execution.proto
index a60fd1a..f9c23b3 100644
--- a/build/bazel/remote/execution/v2/remote_execution.proto
+++ b/build/bazel/remote/execution/v2/remote_execution.proto
@@ -1027,6 +1027,10 @@ message ExecuteResponse {
// phase. The keys SHOULD be human readable so that a client can display them
// to a user.
map<string, LogFile> server_logs = 4;
+
+ // Freeform informational message with details on the execution of the action
+ // that may be displayed to the user upon failure or when requested explicitly.
+ string message = 5;
}
// Metadata about an ongoing