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

Unified Diff: appengine/findit/templates/flake/result.html

Issue 2243673002: [Findit] Added algorithm to analysis (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: gclient sync Created 4 years, 4 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/templates/flake/result.html
diff --git a/appengine/findit/templates/flake/result.html b/appengine/findit/templates/flake/result.html
index 7713dffaaa23376d3b2fa17115c254c4620099b1..63fce82c74e6ee1f0cf72cd6ee3348dc9de1e244 100644
--- a/appengine/findit/templates/flake/result.html
+++ b/appengine/findit/templates/flake/result.html
@@ -40,6 +40,11 @@
<td></td>
<td>
<h1>Regression range of Test</h1>
+ Status of Analysis: {{analysis_status}}
+ {% if suspected_flake_build_number %}
+ <br>
+ Suspected Build Number of Culprit: {{suspected_flake_build_number}}
+ {% endif %}
</td>
<td></td>
</tr>
« no previous file with comments | « appengine/findit/model/flake/master_flake_analysis.py ('k') | appengine/findit/waterfall/flake/initialize_flake_pipeline.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698