From a6aebe2bbcd436ef8a6b1985ef88b6108b7d2304 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 22 May 2014 08:49:26 -0500 Subject: [PATCH] Set results_server by default So that queued jobs get pushed to paddles Signed-off-by: Zack Cerza --- teuthology/config.py | 1 + 1 file changed, 1 insertion(+) 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, } -- 2.39.5