Chromium Code Reviews| Index: scripts/slave/recipe_modules/chromium_tests/chromium_perf.py |
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py b/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py |
| index 9329260a5c94852271ef140a1a2a2f4016479a1f..db89f26b6e3ebb6efc9175892f9fcf65c91797ce 100644 |
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py |
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py |
| @@ -14,6 +14,9 @@ SPEC = { |
| 'builders': {}, |
| 'settings': { |
| 'build_gs_bucket': 'chrome-perf', |
| + # Bucket for stroring builds for manula bisect |
|
dtu
2016/08/05 21:06:19
spelling nit: storing, manual
miimnk
2016/08/08 22:41:29
Done.
|
| + 'bisect_build_gs_bucket' : 'chrome-test-builds', |
|
dtu
2016/08/05 21:06:19
nit: no space before :
miimnk
2016/08/08 22:41:28
Done.
|
| + 'bisect_build_gs_extra' : 'official-by-commit' |
| }, |
| } |