Index: ui/webui/resources/PRESUBMIT.py |
diff --git a/ui/webui/resources/PRESUBMIT.py b/ui/webui/resources/PRESUBMIT.py |
index 2ac87faf2b09787c19200dad102e395811d7661e..1a7cbb3932116d1aa95ab1e852a4a3d7a0e581a5 100644 |
--- a/ui/webui/resources/PRESUBMIT.py |
+++ b/ui/webui/resources/PRESUBMIT.py |
@@ -11,7 +11,8 @@ def PostUploadHook(cl, change, output_api): |
existing_bots = (change.CQ_INCLUDE_TRYBOTS or '').split(';') |
clean_bots = set(filter(None, map(lambda s: s.strip(), existing_bots))) |
- new_bots = clean_bots | set(['tryserver.chromium.linux:closure_compilation']) |
+ new_bots = clean_bots | set( |
+ ['master.tryserver.chromium.linux:closure_compilation']) |
new_tag = 'CQ_INCLUDE_TRYBOTS=%s' % ';'.join(new_bots) |
if clean_bots: |