]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Add branch to Sentry info
authorZack Cerza <zack@redhat.com>
Mon, 2 Feb 2015 20:28:40 +0000 (13:28 -0700)
committerZack Cerza <zack@redhat.com>
Mon, 2 Feb 2015 20:28:40 +0000 (13:28 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/run_tasks.py

index e83244e9ee1a8c37d6c5da352f2e8da276ad90a8..b2dfc8870f47eacd44790b41c5d901c776973c7d 100644 (file)
@@ -85,7 +85,9 @@ def run_tasks(tasks, ctx):
 
             job_id = ctx.config.get('job_id')
             archive_path = ctx.config.get('archive_path')
-            extra = dict(config=config)
+            extra = dict(config=config,
+                         branch=ctx.config.get('branch'),
+                         )
             if job_id:
                 extra['logs'] = get_http_log_path(archive_path, job_id)