]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Add 'emperor' to list of branches with reporting
authorZack Cerza <zack@cerza.org>
Fri, 3 Jan 2014 20:45:25 +0000 (14:45 -0600)
committerZack Cerza <zack@cerza.org>
Fri, 3 Jan 2014 20:45:25 +0000 (14:45 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/queue.py

index 9549af80e3b1a98acd99db208fc8e682c25519e0..b1666f0af82061addfb9edf50a91f7905e3cc5f6 100644 (file)
@@ -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