Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2229)

Unified Diff: appengine/findit/crash/fracas.py

Issue 2043973002: [Findit] Fracas crash triage dashboard (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/findit/crash/fracas.py
diff --git a/appengine/findit/crash/fracas.py b/appengine/findit/crash/fracas.py
index 1f2bbf1dd40f6fa18f9bf6d0589a996c5c808a5f..c873e1f83b359fc3df80470846c8b1d6c1ea5434 100644
--- a/appengine/findit/crash/fracas.py
+++ b/appengine/findit/crash/fracas.py
@@ -101,6 +101,7 @@ def FindCulpritForChromeCrash(signature, platform,
{
'found': (bool(suspected_project) or bool(suspected_components) or
bool(culprit_results)),
+ 'regression_range': regression_versions,
'suspected_project': suspected_project,
'suspected_components': suspected_components,
'suspected_cls': culprit_results,

Powered by Google App Engine
This is Rietveld 408576698