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

Unified Diff: tools/perf/core/trybot_command.py

Issue 2657623003: Remove any references to *_cq from trybot_command.py. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/core/trybot_command.py
diff --git a/tools/perf/core/trybot_command.py b/tools/perf/core/trybot_command.py
index f2a139e1deb39c8980e3ba22b70d387942344c08..93991ca15fbf81f79ad7749c5b43afc18cfe61b2 100644
--- a/tools/perf/core/trybot_command.py
+++ b/tools/perf/core/trybot_command.py
@@ -39,11 +39,6 @@ EXCLUDED_BOTS = {
'mac_fyi_perf_bisect',
'win_fyi_perf_bisect',
'winx64_fyi_perf_bisect',
- # CQ bots on tryserver.chromium.perf
- 'android_s5_perf_cq',
- 'winx64_10_perf_cq',
- 'mac_retina_perf_cq',
- 'linux_perf_cq',
}
INCLUDE_BOTS = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698