From 472f90f243dd931ec9bb551d242961cc4a816ee3 Mon Sep 17 00:00:00 2001 From: Seppo Yli-Olli Date: Sun, 17 Mar 2024 16:57:28 +0200 Subject: [PATCH] UNAVAILABLE is not a fatal error --- src/buildstream/sandbox/_sandboxremote.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/buildstream/sandbox/_sandboxremote.py b/src/buildstream/sandbox/_sandboxremote.py index 299eefcca..1e8598d6c 100644 --- a/src/buildstream/sandbox/_sandboxremote.py +++ b/src/buildstream/sandbox/_sandboxremote.py @@ -99,7 +99,6 @@ def __run_remote_command(stub, execute_request=None, running_operation=None): grpc.StatusCode.RESOURCE_EXHAUSTED, grpc.StatusCode.INTERNAL, grpc.StatusCode.DEADLINE_EXCEEDED, - grpc.StatusCode.UNAVAILABLE, ): raise SandboxError( "Failed contacting remote execution server at {}."