Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: scripts/slave/recipe_modules/chromium/api.py

Issue 2390723004: Revert of Disable local fallback in goma staging environment (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium/config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698