Home
last modified time | relevance | path

Searched refs:_cleanup_warning_banner (Results 1 – 1 of 1) sorted by relevance

/external/autotest/scheduler/
Dmonitor_db_cleanup.py87 with _cleanup_warning_banner('timed out jobs', len(jobs)):
111 with _cleanup_warning_banner('hqes past max runtime', len(hqes)):
155 with _cleanup_warning_banner(banner, len(errors)):
247 with _cleanup_warning_banner('reverify dead hosts', len(hosts)):
310 with _cleanup_warning_banner('active and complete hqes', num_bad_hqes):
340 with _cleanup_warning_banner('hosts with multiple platforms',
357 with _cleanup_warning_banner('hosts with no platform', len(rows)):
404 def _cleanup_warning_banner(banner, error_count=None): function