From 8d2f65414f85d34aaf218defb15e8d5365e932e2 Mon Sep 17 00:00:00 2001 From: Maggie Lou Date: Wed, 5 Jun 2024 18:14:03 -0500 Subject: [PATCH] [Remote Bazel] Fix missing user platform prop --- enterprise/server/hostedrunner/hostedrunner.go | 1 + 1 file changed, 1 insertion(+) diff --git a/enterprise/server/hostedrunner/hostedrunner.go b/enterprise/server/hostedrunner/hostedrunner.go index db10a6ce898..1ac2e415665 100644 --- a/enterprise/server/hostedrunner/hostedrunner.go +++ b/enterprise/server/hostedrunner/hostedrunner.go @@ -184,6 +184,7 @@ func (r *runnerService) createAction(ctx context.Context, req *rnpb.RunRequest, {Name: "workload-isolation-type", Value: "firecracker"}, {Name: platform.EstimatedComputeUnitsPropertyName, Value: "2"}, {Name: platform.EstimatedFreeDiskPropertyName, Value: "20000000000"}, // 20GB + {Name: platform.DockerUserPropertyName, Value: user}, }, }, }