Chromium Code Reviews| Index: scripts/slave/recipe_modules/chromium_tests/chromium.py |
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium.py b/scripts/slave/recipe_modules/chromium_tests/chromium.py |
| index c451926826155eeb78cb183baa8f875081d8a819..69564cc0c75827f6b6e46285eb1925776da65f1e 100644 |
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium.py |
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium.py |
| @@ -118,6 +118,7 @@ SPEC = { |
| 'archive_build': True, |
| 'gs_bucket': 'chromium-browser-snapshots', |
| 'gs_acl': 'public-read', |
| + 'checkout_dir': 'linux_clobber', |
|
Paweł Hajdan Jr.
2016/07/20 10:53:59
This is where we set a different checkout for clob
tandrii(chromium)
2016/07/20 11:13:42
Acknowledged.
|
| 'testing': { |
| 'platform': 'linux', |
| }, |