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 d709175717da6963c05988630ac71c7aa7b37e62..afb41e169f42e415a36b8ac9de2b0e9d840db610 100644 |
--- a/scripts/slave/recipe_modules/chromium/api.py |
+++ b/scripts/slave/recipe_modules/chromium/api.py |
@@ -215,7 +215,7 @@ class ChromiumApi(recipe_api.RecipeApi): |
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_canary: |
+ if self.c.compile_py.goma_failfast: |
Yoshisato Yanagisawa
2016/10/04 09:31:07
I feel this confusing because there is --goma-fail
|
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 |