Commit 697f1bda authored by Jochen Eisinger's avatar Jochen Eisinger Committed by Commit Bot

Remove unused presubmit hooks

We add the bot via the post-upload step, that's good enough

R=machenbach@chromium.org,tandrii@chromium.org

Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
Change-Id: I8d582d101b4d2f308829da75df56e04a3dabadbf
Reviewed-on: https://chromium-review.googlesource.com/518114Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Jochen Eisinger <jochen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#45594}
parent 38b586c6
......@@ -11,23 +11,6 @@ for more details about the presubmit API built into depot_tools.
import re
def _GetTryMasters(project, change):
return {
'master.tryserver.chromium.linux': {
'linux_chromium_rel_ng': [],
},
}
def GetPreferredTryMasters(project, change):
# TODO(jochen): Using the value of _GetTryMasters() instead of an empty
# value here would cause 'git cl try' to include the site isolation trybots,
# which would be nice. But it has the side effect of replacing, rather than
# augmenting, the default set of try servers. Re-enable this when we figure
# out a way to augment the default set.
return {}
def PostUploadHook(cl, change, output_api):
"""git cl upload will call this hook after the issue is created/modified.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment