From 6191bccf9b36ba4fdefd4ffce3bfc0684531c92e Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Fri, 14 Nov 2014 14:37:40 -0700 Subject: [PATCH] Add a default results_sending_email 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 3b759c0b90..e61c4ac5e7 100644 --- a/teuthology/config.py +++ b/teuthology/config.py @@ -113,6 +113,7 @@ class TeuthologyConfig(YamlConfig): 'lock_server': 'http://paddles.front.sepia.ceph.com/', 'max_job_time': 259200, # 3 days 'results_server': 'http://paddles.front.sepia.ceph.com/', + 'results_sending_email': 'teuthology', 'src_base_path': os.path.expanduser('~/src'), 'verify_host_keys': True, 'watchdog_interval': 120,