HomeSort by relevance Sort by last modified time
    Searched refs:alert_dicts (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/dashboard/dashboard/
send_stoppage_alert_emails.py 86 alert_dicts = [_AlertRowDict(a) for a in stoppage_alerts]
92 body=_TextBody(alert_dicts, test_owners),
93 html=_HtmlBody(alert_dicts, test_owners))
120 def _HtmlBody(alert_dicts, test_owners):
122 html_alerts = '\n'.join(_HTML_ALERT_ROW_TEMPLATE % a for a in alert_dicts)
130 def _TextBody(alert_dicts, test_owners):
132 text_alerts = '\n'.join(_TEXT_ALERT_ROW_TEMPLATE % a for a in alert_dicts)
group_report.py 170 alert_dicts = anomaly_dicts + stoppage_alert_dicts
173 owner_info = _GetOwnerInfo(alert_dicts)
176 'alert_list': alert_dicts[:_DISPLAY_LIMIT],
177 'subtests': _GetSubTestsForAlerts(alert_dicts),
225 def _GetOwnerInfo(alert_dicts):
229 alert in alert_dicts.
232 alert_dicts: List of alert data dictionaries.
238 for a in alert_dicts}

Completed in 226 milliseconds