Fix submit_try for new builder names
(SkipBuildbotRuns) Unreviewed. Review URL: https://codereview.chromium.org/14611009 git-svn-id: http://skia.googlecode.com/svn/trunk@8950 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
d2ada98934
commit
99da601032
@ -47,7 +47,7 @@ SKIA_BUILD_MASTER_HOST = str(GetGlobalVariable('master_host'))
|
||||
SKIA_BUILD_MASTER_PORT = str(GetGlobalVariable('external_port'))
|
||||
|
||||
# All try builders have this suffix.
|
||||
TRYBOT_SUFFIX = '_Trybot'
|
||||
TRYBOT_SUFFIX = '-Trybot'
|
||||
|
||||
# Location of the codereview.settings file in the Skia repo.
|
||||
SKIA_URL = 'skia.googlecode.com'
|
||||
|
Loading…
Reference in New Issue
Block a user