From c4823e174747d7dc187034922ca180f0aefe5c35 Mon Sep 17 00:00:00 2001 From: Googler Date: Fri, 11 Aug 2023 10:43:48 -0700 Subject: [PATCH] [ PiperOrigin-RevId: 556008578 --- third_party/bazel/src/main/protobuf/failure_details.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/bazel/src/main/protobuf/failure_details.proto b/third_party/bazel/src/main/protobuf/failure_details.proto index 37c922a289e..b6c7d3547c0 100644 --- a/third_party/bazel/src/main/protobuf/failure_details.proto +++ b/third_party/bazel/src/main/protobuf/failure_details.proto @@ -278,7 +278,7 @@ message BuildProgress { [(metadata) = { exit_code: 45 }]; BES_UPLOAD_RETRY_LIMIT_EXCEEDED_FAILURE = 17 [(metadata) = { exit_code: 38 }]; - reserved 1, 2, 18; // For internal use + reserved 1, 2, 18, 20; // For internal use } Code code = 1; // Additional data could include the build progress upload endpoint.