Commit 209a4cfc authored by prasadv@chromium.org's avatar prasadv@chromium.org

Modify bisect build requester with new waterfall URLs (tryserver.chromium.perf)and master4 port.

BUG=386709
NOTRY=true

Review URL: https://codereview.chromium.org/344933002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278521 0039d316-1c4b-4281-b951-d872f2087c98
parent 50964633
...@@ -20,13 +20,13 @@ BUILDER_JSON_URL = ('%(server_url)s/json/builders/%(bot_name)s/builds/' ...@@ -20,13 +20,13 @@ BUILDER_JSON_URL = ('%(server_url)s/json/builders/%(bot_name)s/builds/'
BUILDER_HTML_URL = ('%(server_url)s/builders/%(bot_name)s/builds/%(build_num)s') BUILDER_HTML_URL = ('%(server_url)s/builders/%(bot_name)s/builds/%(build_num)s')
# Tryserver buildbots status page # Tryserver buildbots status page
TRY_SERVER_URL = 'http://build.chromium.org/p/tryserver.chromium' TRY_SERVER_URL = 'http://build.chromium.org/p/tryserver.chromium.perf'
# Hostname of the tryserver where perf bisect builders are hosted. This is used # Hostname of the tryserver where perf bisect builders are hosted. This is used
# for posting build request to tryserver. # for posting build request to tryserver.
BISECT_BUILDER_HOST = 'master4.golo.chromium.org' BISECT_BUILDER_HOST = 'master4.golo.chromium.org'
# 'try_job_port' on tryserver to post build request. # 'try_job_port' on tryserver to post build request.
BISECT_BUILDER_PORT = 8328 BISECT_BUILDER_PORT = 8341
# From buildbot.status.builder. # From buildbot.status.builder.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment