| 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 7eaa56664b0eb5832f5da6c543365d9758f9ad65..2086cc16dd5b40d5b939dace7d8aa9a8376f526c 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium.py
|
| @@ -31,6 +31,7 @@ SPEC = {
|
| 'archive_build': True,
|
| 'gs_bucket': 'chromium-browser-snapshots',
|
| 'gs_acl': 'public-read',
|
| + 'checkout_dir': 'win_archive',
|
| 'testing': {
|
| 'platform': 'win',
|
| },
|
| @@ -59,6 +60,7 @@ SPEC = {
|
| 'archive_build': True,
|
| 'gs_bucket': 'chromium-browser-snapshots',
|
| 'gs_acl': 'public-read',
|
| + 'checkout_dir': 'win_x64_archive',
|
| 'testing': {
|
| 'platform': 'win',
|
| },
|
|
|