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

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: Surpass pylint errors. 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
« no previous file with comments | « appengine/findit/common/time_util.py ('k') | appengine/findit/crash/fracas_crash_pipeline.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/fracas.py
diff --git a/appengine/findit/crash/fracas.py b/appengine/findit/crash/fracas.py
index 19321a7135658107bce9b79ae1e4b735f9743dda..4a5dca2b4fe209c2ec4a990289e932450eefc123 100644
--- a/appengine/findit/crash/fracas.py
+++ b/appengine/findit/crash/fracas.py
@@ -103,6 +103,7 @@ def FindCulpritForChromeCrash(signature, platform,
{
'found': (bool(suspected_project) or bool(suspected_components) or
bool(culprit_results_list)),
+ 'regression_range': regression_versions,
'suspected_project': suspected_project,
'suspected_components': suspected_components,
'suspected_cls': culprit_results_list,
« no previous file with comments | « appengine/findit/common/time_util.py ('k') | appengine/findit/crash/fracas_crash_pipeline.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698