From: Zack Cerza Date: Thu, 22 May 2014 13:49:26 +0000 (-0500) Subject: Set results_server by default X-Git-Tag: 1.1.0~1435 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a6aebe2bbcd436ef8a6b1985ef88b6108b7d2304;p=teuthology.git Set results_server by default So that queued jobs get pushed to paddles Signed-off-by: Zack Cerza --- diff --git a/teuthology/config.py b/teuthology/config.py index 017bb67891..5975cb4704 100644 --- a/teuthology/config.py +++ b/teuthology/config.py @@ -17,6 +17,7 @@ class Config(object): 'ceph_git_base_url': 'https://github.com/ceph/', 'lock_server': 'http://teuthology.front.sepia.ceph.com/locker/lock', 'max_job_time': 259200, # 3 days + 'results_server': 'http://paddles.front.sepia.ceph.com/', 'verify_host_keys': True, 'watchdog_interval': 600, }