diff options
-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. |