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

Unified Diff: tools/auto_bisect/configs/try.py

Issue 961193002: Make perf try jobs for win x64 build x64 binaries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « tools/auto_bisect/builder.py ('k') | tools/auto_bisect/configs/winx64.bisect.dromaeo.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/auto_bisect/configs/try.py
diff --git a/tools/auto_bisect/configs/try.py b/tools/auto_bisect/configs/try.py
index 943e859c71d13c4ba54d4c63a2086730ba27c0b8..0e2dd8de4b212b9bf935c6f57d807e289e477fd6 100755
--- a/tools/auto_bisect/configs/try.py
+++ b/tools/auto_bisect/configs/try.py
@@ -31,6 +31,7 @@ PLATFORM_BOT_MAP = {
'linux': ['linux_perf_bisect'],
'mac': ['mac_perf_bisect', 'mac_10_9_perf_bisect'],
'win': ['win_perf_bisect', 'win_8_perf_bisect', 'win_xp_perf_bisect'],
+ 'winx64': ['win_x64_perf_bisect'],
'android': [
'android_gn_perf_bisect',
'android_nexus4_perf_bisect',
« no previous file with comments | « tools/auto_bisect/builder.py ('k') | tools/auto_bisect/configs/winx64.bisect.dromaeo.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698