From db0283bec96395395065b4235fdacdb2949ff08c Mon Sep 17 00:00:00 2001 From: rmistry Date: Thu, 1 Sep 2016 09:54:01 -0700 Subject: Enable Gerrit support in Skia's PostUploadHook BUG=skia:5676 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2299203002 NOTRY=true Review-Url: https://codereview.chromium.org/2299203002 --- PRESUBMIT.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'PRESUBMIT.py') diff --git a/PRESUBMIT.py b/PRESUBMIT.py index f25459e96a..38b4b5a872 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -443,12 +443,6 @@ def PostUploadHook(cl, change, output_api): """ results = [] - if cl.IsGerrit(): - results.append( - output_api.PresubmitNotifyResult( - 'Post upload hooks are not yet supported for Gerrit CLs')) - return results - atleast_one_docs_change = False all_docs_changes = True for affected_file in change.AffectedFiles(): -- cgit v1.2.3