From 7a1ef7918ce7e60a619fbe7097ef93d88f63b13e Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Thu, 29 Mar 2012 05:14:13 +0000 Subject: [PATCH] Enabling try server in codereview.settings BUG=None TEST=Submitting try job worked. Review URL: https://webrtc-codereview.appspot.com/455008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1952 4adac7df-926f-26a2-2b94-8c16560cd09d --- codereview.settings | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/codereview.settings b/codereview.settings index b70057eaf2..1c0ceaa99f 100644 --- a/codereview.settings +++ b/codereview.settings @@ -1,9 +1,11 @@ -# This file is used by gcl to get repository specific information. -CODE_REVIEW_SERVER: webrtc-codereview.appspot.com -#CC_LIST: -#VIEW_VC: -#STATUS: -TRY_ON_UPLOAD: False -#TRYSERVER_SVN_URL: -#GITCL_PREUPLOAD: -#GITCL_PREDCOMMIT: +# This file is used by gcl to get repository specific information. +CODE_REVIEW_SERVER: webrtc-codereview.appspot.com +#CC_LIST: +#VIEW_VC: +#STATUS: +TRY_ON_UPLOAD: False +TRYSERVER_HTTP_HOST: webrtc-cb-linux-master.cbf.corp.google.com +TRYSERVER_HTTP_PORT: 9018 +#TRYSERVER_SVN_URL: +#GITCL_PREUPLOAD: +#GITCL_PREDCOMMIT: