Beispiel #1
0
 def run(self):
     while True:
         Buildbot.update_icons_for_queues_mapping()
         try:
             BugzillaPatchFetcher().fetch()
         except Exception as e:
             _log.error('Exception in BugzillaPatchFetcher: {}'.format(e))
         time.sleep(self.interval)
Beispiel #2
0
 def run(self):
     Buildbot.update_builder_name_to_id_mapping()
     while True:
         Buildbot.update_icons_for_queues_mapping()
         try:
             BugzillaPatchFetcher().fetch()
             BugzillaPatchFetcher().fetch_commit_queue_patches()
         except Exception as e:
             _log.error('Exception in BugzillaPatchFetcher: {}'.format(e))
         time.sleep(self.interval)