From: Zack Cerza Date: Fri, 3 Jan 2014 20:45:25 +0000 (-0600) Subject: Add 'emperor' to list of branches with reporting X-Git-Tag: 1.1.0~1706 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c6a9de044523eb3b43958b7ccdf65d395bfd0f68;p=teuthology.git Add 'emperor' to list of branches with reporting Signed-off-by: Zack Cerza --- diff --git a/teuthology/queue.py b/teuthology/queue.py index 9549af80e3..b1666f0af8 100644 --- a/teuthology/queue.py +++ b/teuthology/queue.py @@ -221,7 +221,7 @@ def run_with_watchdog(process, job_config): time.sleep(teuth_config.watchdog_interval) # The job finished. Let's make sure paddles knows. - branches_with_reporting = ('master', 'next', 'last') + branches_with_reporting = ('master', 'next', 'last', 'emperor') if job_config.get('teuthology_branch') not in branches_with_reporting: # The job ran with a teuthology branch that may not have the reporting # feature. Let's call teuthology-report (which will be from the master