diff options
author | borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-05-02 12:14:35 +0000 |
---|---|---|
committer | borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-05-02 12:14:35 +0000 |
commit | 99da601032e4a5808ea33adc1cc721f79b73e4ca (patch) | |
tree | 626fa9e55b474f792dd4a96f2a712ed601df119d /tools/submit_try | |
parent | d2ada9893489010c963b25dab841f270fbc32146 (diff) |
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
Diffstat (limited to 'tools/submit_try')
-rwxr-xr-x | tools/submit_try | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/submit_try b/tools/submit_try index 823a354724..4f4fd6e8a0 100755 --- a/tools/submit_try +++ b/tools/submit_try @@ -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' |