def main(): opts = get_backend_opts() vr = VmmRunner(opts) vr.run()
def main(): opts = get_backend_opts() grabber = CoprJobGrab(opts) grabber.run()
def main(): opts = get_backend_opts() fc = FrontendClient(opts) grabber = CoprJobGrab(opts, frontend_client=fc) grabber.run()
def main(): opts = get_backend_opts() handler = RedisLogHandler(opts) handler.run()
def main(): action_dispatcher = ActionDispatcher(get_backend_opts()) action_dispatcher.run()
def main(): build_dispatcher = BuildDispatcher(get_backend_opts()) build_dispatcher.run()