From: Zack Cerza Date: Fri, 8 Aug 2014 19:20:25 +0000 (-0600) Subject: Attempt fetches on init, before running jobs X-Git-Tag: 1.1.0~1277 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e09a6ebdce6e0e267901b0a5baea247362420413;p=teuthology.git Attempt fetches on init, before running jobs Signed-off-by: Zack Cerza --- diff --git a/teuthology/worker.py b/teuthology/worker.py index 95945a77b..77aad4a7a 100644 --- a/teuthology/worker.py +++ b/teuthology/worker.py @@ -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.