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

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

Issue 2392853002: 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/recipes/chromium.expected/full_chromium_goma_Chromium_Linux_Goma_Staging.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/config.py
diff --git a/scripts/slave/recipe_modules/chromium/config.py b/scripts/slave/recipe_modules/chromium/config.py
index 39692d622d682bec07b66551cbb3714ea78d9843..65f3b8dd46cf77bb083fed117a63b266a541ff5c 100644
--- a/scripts/slave/recipe_modules/chromium/config.py
+++ b/scripts/slave/recipe_modules/chromium/config.py
@@ -253,6 +253,7 @@ def goma_canary(c):
@config_ctx()
def goma_staging(c):
+ c.compile_py.goma_canary = True
shinyak 2016/10/04 08:25:14 Hmm... why goma_canary? (I feel setting c.compile
tikuta 2016/10/04 08:37:42 yeah, I renamed.
c.env.GOMA_STUBBY_PROXY_IP_ADDRESS = 'sandbox.google.com'
@config_ctx()
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_goma_Chromium_Linux_Goma_Staging.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698