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

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, 5 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..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
},
}

Powered by Google App Engine
This is Rietveld 408576698