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..0db21b27a27491ac8c342b2f753c8271d91837ca 100644 |
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py |
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py |
@@ -14,6 +14,7 @@ SPEC = { |
'builders': {}, |
'settings': { |
'build_gs_bucket': 'chrome-perf', |
+ 'bisect_build_gs_bucket' : 'chrome-test-builds/official-by-commit', |
RobertoCN
2016/08/03 20:49:49
it's not immediately clear the relationship betwee
miimnk
2016/08/03 21:37:12
Commented that it is for manual bisect. Added a ne
|
}, |
} |