Index: scripts/slave/recipe_modules/chromium/api.py |
diff --git a/scripts/slave/recipe_modules/chromium/api.py b/scripts/slave/recipe_modules/chromium/api.py |
index afb41e169f42e415a36b8ac9de2b0e9d840db610..d709175717da6963c05988630ac71c7aa7b37e62 100644 |
--- a/scripts/slave/recipe_modules/chromium/api.py |
+++ b/scripts/slave/recipe_modules/chromium/api.py |
@@ -215,7 +215,7 @@ |
args += ['--goma-enable-remote-link'] |
if self.c.compile_py.goma_store_local_run_output: |
args += ['--goma-store-local-run-output'] |
- if self.c.compile_py.goma_failfast: |
+ if self.c.compile_py.goma_canary: |
args += ['--goma-disable-local-fallback'] |
if self.m.tryserver.is_tryserver: |
# We rely on goma to meet cycle time goals on the tryserver. It's better |