Skip to content

Commit

Permalink
Add CQ extra bots back
Browse files Browse the repository at this point in the history
Now that we have build delegation for CQ jobs,
this should work.
BUG=chromium:629910

Review-Url: https://codereview.chromium.org/2166033002
Cr-Commit-Position: refs/heads/master@{#406650}
  • Loading branch information
zxiong authored and Commit bot committed Jul 20, 2016
1 parent 326934c commit f17ff1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/perf/PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f17ff1a

Please sign in to comment.