diff options
author | borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-05 20:26:31 +0000 |
---|---|---|
committer | borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-05 20:26:31 +0000 |
commit | 69b50e3584b3f76c0ad790322bbad5c7398d554d (patch) | |
tree | b2520566121792a08110afd4e9279f5e8a8cd446 /tools/submit_try | |
parent | 5c265d6fd3537c99304b153fc49066db3be46d46 (diff) |
Fix master IP in submit_try
Unreviewed. Should have this reference:
http://skia.googlecode.com/svn/buildbot/site_config/global_variables.json
(SkipBuildbotRuns)
Review URL: https://codereview.appspot.com/7314045
git-svn-id: http://skia.googlecode.com/svn/trunk@7598 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 0a4cf2d043..9002d98873 100755 --- a/tools/submit_try +++ b/tools/submit_try @@ -26,7 +26,7 @@ ALL_BUILDERS = 'all' # Contact information for the build master. # TODO(borenet): Share this information from a single location. Filed bug: # http://code.google.com/p/skia/issues/detail?id=1081 -SKIA_BUILD_MASTER_HOST = '70.32.156.51' +SKIA_BUILD_MASTER_HOST = '70.32.156.53' SKIA_BUILD_MASTER_PORT = '10117' # All try builders have this suffix. |