Chromium Code Reviews| 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() |