Index: tools/perf/PRESUBMIT.py |
diff --git a/tools/perf/PRESUBMIT.py b/tools/perf/PRESUBMIT.py |
index 0838b650f48889ef9a0229ea519bc4bb26733784..3a0c9648da3e30c6deab5b77659da19f66a570f2 100644 |
--- a/tools/perf/PRESUBMIT.py |
+++ b/tools/perf/PRESUBMIT.py |
@@ -123,7 +123,8 @@ def PostUploadHook(cl, change, output_api): |
'linux_perf_bisect', |
'mac_10_10_perf_bisect', |
'win_perf_bisect', |
- 'android_nexus5_perf_bisect' |
+ # crbug.com/568661, Disable android bots for CQ due to scheduled lab move. |
+ # 'android_nexus5_perf_bisect' |
] |
bots = ['tryserver.chromium.perf:%s' % s for s in bots] |
bots_string = ';'.join(bots) |