Index: tools/perf/PRESUBMIT.py |
diff --git a/tools/perf/PRESUBMIT.py b/tools/perf/PRESUBMIT.py |
index 2cf0bed16a09503481071bdd67cb8707247b2d74..e421054884185b83446e6daa52c9060a561b8b68 100644 |
--- a/tools/perf/PRESUBMIT.py |
+++ b/tools/perf/PRESUBMIT.py |
@@ -130,9 +130,9 @@ def PostUploadHook(cl, change, output_api): |
results = [] |
bots = [ |
'android_s5_perf_cq', |
+ 'linux_perf_cq', |
'mac_retina_perf_cq', |
- # TODO(prasadv): Uncomment this once crbug.com/601699 is fixed. |
- # 'linux_perf_cq' |
+ 'winx64_10_perf_cq' |
] |
bots = ['master.tryserver.chromium.perf:%s' % s for s in bots] |
bots_string = ';'.join(bots) |