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

Unified Diff: tools/perf/PRESUBMIT.py

Issue 1509853007: Bisect bots scheduled outage, notify try job users and disable android on CQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | tools/telemetry/telemetry/internal/backends/remote/trybot_browser_finder.py » ('j') | 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 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)
« no previous file with comments | « no previous file | tools/telemetry/telemetry/internal/backends/remote/trybot_browser_finder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698