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

Unified Diff: tools/perf/PRESUBMIT.py

Issue 1320293005: Remove mac_perf_bisect from CQ and auto_bisect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/configs/try.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/PRESUBMIT.py
diff --git a/tools/perf/PRESUBMIT.py b/tools/perf/PRESUBMIT.py
index 595761fb6380891cea4efce34a3aa7e3286f044c..83211478d7496de0d71b85eac46e7b89fc74fb8e 100644
--- a/tools/perf/PRESUBMIT.py
+++ b/tools/perf/PRESUBMIT.py
@@ -119,7 +119,7 @@ def PostUploadHook(cl, change, output_api):
results = []
bots = [
'linux_perf_bisect',
- 'mac_perf_bisect',
+ 'mac_10_10_perf_bisect',
'win_perf_bisect',
'android_nexus5_perf_bisect'
]
« no previous file with comments | « tools/auto_bisect/configs/try.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698