summaryrefslogtreecommitdiffstats
path: root/chromium/infra/config/subprojects/goma/goma.star
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/infra/config/subprojects/goma/goma.star')
-rw-r--r--chromium/infra/config/subprojects/goma/goma.star3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/infra/config/subprojects/goma/goma.star b/chromium/infra/config/subprojects/goma/goma.star
index be425023964..54a585a691a 100644
--- a/chromium/infra/config/subprojects/goma/goma.star
+++ b/chromium/infra/config/subprojects/goma/goma.star
@@ -3,7 +3,7 @@
# found in the LICENSE file.
load("//lib/builder_config.star", "builder_config")
-load("//lib/builders.star", "builder", "cpu", "defaults", "goma", "os", "xcode")
+load("//lib/builders.star", "builder", "builders", "cpu", "defaults", "goma", "os", "xcode")
load("//lib/structs.star", "structs")
luci.bucket(
@@ -32,6 +32,7 @@ defaults.executable.set("recipe:chromium")
defaults.execution_timeout.set(3 * time.hour)
defaults.os.set(os.LINUX_DEFAULT)
defaults.pool.set("luci.chromium.ci")
+defaults.free_space.set(builders.free_space.standard)
defaults.service_account.set(
"goma-release-testing@chops-service-accounts.iam.gserviceaccount.com",
)