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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 <meta charset="UTF-8"> 3 <meta charset="UTF-8">
4 <title> Find Regression Range</title> 4 <title> Find Regression Range</title>
5 <style type="text/css"> 5 <style type="text/css">
6 body { 6 body {
7 font-family: Verdana, Arial, sans-serif; 7 font-family: Verdana, Arial, sans-serif;
8 font-size: 12px; 8 font-size: 12px;
9 } 9 }
10 #placeholder { 10 #placeholder {
(...skipping 22 matching lines...) Expand all
33 )}); 33 )});
34 </script> 34 </script>
35 </head> 35 </head>
36 36
37 <body> 37 <body>
38 <table> 38 <table>
39 <tr> 39 <tr>
40 <td></td> 40 <td></td>
41 <td> 41 <td>
42 <h1>Regression range of Test</h1> 42 <h1>Regression range of Test</h1>
43 Status of Analysis: {{analysis_status}}
44 {% if suspected_flake_build_number %}
45 <br>
46 Suspected Build Number of Culprit: {{suspected_flake_build_number}}
47 {% endif %}
43 </td> 48 </td>
44 <td></td> 49 <td></td>
45 </tr> 50 </tr>
46 <tr> 51 <tr>
47 <td>Pass Rate</td> 52 <td>Pass Rate</td>
48 <td> 53 <td>
49 <div id="placeholder"></div> 54 <div id="placeholder"></div>
50 </td> 55 </td>
51 <td></td> 56 <td></td>
52 </tr> 57 </tr>
53 <tr> 58 <tr>
54 <td></td> 59 <td></td>
55 <td>Build Number</td> 60 <td>Build Number</td>
56 <td></td> 61 <td></td>
57 </tr> 62 </tr>
58 </table> 63 </table>
59 </body> 64 </body>
60 </html> 65 </html>
OLDNEW
« 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