Skip to content

Commit

Permalink
[Remote Bazel] Fix missing user platform prop
Browse files Browse the repository at this point in the history
  • Loading branch information
maggie-lou committed Jun 6, 2024
1 parent b5dcfc1 commit 8d2f654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enterprise/server/hostedrunner/hostedrunner.go
Original file line number Diff line number Diff line change
Expand Up @@ -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},
},
},
}
Expand Down

0 comments on commit 8d2f654

Please sign in to comment.