Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_perf.py

Issue 2128613005: Archive Linux perf builds for manual bisect (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Archive Linux perf builds for manual bisect Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'
},
}

Powered by Google App Engine
This is Rietveld 408576698