Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(515)

Unified Diff: site_config/config_default.py

Issue 8305010: Add ChromiumOS Trybot support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/master/tryjob_git_poller.py ('k') | test/masters_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_config/config_default.py
===================================================================
--- site_config/config_default.py (revision 105558)
+++ site_config/config_default.py (working copy)
@@ -217,6 +217,13 @@
store_revisions_url = base_app_url + '/revisions'
last_good_url = 'http://chromiumos-status.appspot.com/lkgr'
+ class ChromiumOSTryServer(_Base):
+ project_name = 'ChromiumOS Try Server'
+ master_port = 9051
+ slave_port = 9153
+ master_port_alt = 9063
+ repo_url = 'http://git.chromium.org/chromiumos/tryjobs.git'
+
## V8
class V8(_Base):
« no previous file with comments | « scripts/master/tryjob_git_poller.py ('k') | test/masters_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698