| Index: tools/perf/PRESUBMIT.py
|
| diff --git a/tools/perf/PRESUBMIT.py b/tools/perf/PRESUBMIT.py
|
| index 05722180034f8637fce2058943e3c3c1ff4ac8ab..b6b3b87fdac5c8c508684a471c5e11c7e93ba835 100644
|
| --- a/tools/perf/PRESUBMIT.py
|
| +++ b/tools/perf/PRESUBMIT.py
|
| @@ -131,7 +131,7 @@ def PostUploadHook(cl, change, output_api):
|
| # TODO(prasadv): Uncomment this once crbug.com/601699 is fixed.
|
| # 'linux_perf_cq'
|
| ]
|
| - bots = ['tryserver.chromium.perf:%s' % s for s in bots]
|
| + bots = ['master.tryserver.chromium.perf:%s' % s for s in bots]
|
| bots_string = ';'.join(bots)
|
| description = original_description
|
| description += '\nCQ_INCLUDE_TRYBOTS=%s' % bots_string
|
|
|