From d88b0bec43fdd6ef2f32c6e5a3e834d708ce76a7 Mon Sep 17 00:00:00 2001 From: rmistry Date: Fri, 20 May 2016 03:50:01 -0700 Subject: Fix Gold trybot results URL BUG=skia:5324 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=1996103002 Review-Url: https://codereview.chromium.org/1996103002 --- PRESUBMIT.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'PRESUBMIT.py') diff --git a/PRESUBMIT.py b/PRESUBMIT.py index f924ddd73b..71b70b474b 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -36,8 +36,7 @@ PUBLIC_API_OWNERS = ( AUTHORS_FILE_NAME = 'AUTHORS' DOCS_PREVIEW_URL = 'https://skia.org/?cl=' -GOLD_TRYBOT_URL = ('https://gold.skia.org/search2?unt=true' - '&query=source_type%3Dgm&master=false&issue=') +GOLD_TRYBOT_URL = 'https://gold.skia.org/search?issue=' # Path to CQ bots feature is described in https://bug.skia.org/4364 PATH_PREFIX_TO_EXTRA_TRYBOTS = { -- cgit v1.2.3