]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Attempt fetches on init, before running jobs
authorZack Cerza <zack.cerza@inktank.com>
Fri, 8 Aug 2014 19:20:25 +0000 (13:20 -0600)
committerZack Cerza <zack.cerza@inktank.com>
Fri, 8 Aug 2014 19:20:25 +0000 (13:20 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/worker.py

index 95945a77b82f97ec92b755a8d7ba03196f9b0009..77aad4a7af8cb6cd87af80d427283853eba0e899 100644 (file)
@@ -79,6 +79,9 @@ def main(ctx):
     beanstalk.watch_tube(connection, ctx.tube)
     result_proc = None
 
+    fetch_teuthology('master')
+    fetch_qa_suite('master')
+
     while True:
         # Check to see if we have a teuthology-results process hanging around
         # and if so, read its return code so that it can exit.