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

Unified Diff: appengine/chromium_try_flakes/templates/all_flake_occurrences.html

Issue 2336713002: Add Milo URLs to list of flakes (Closed)
Patch Set: Addressed comments Created 4 years, 3 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/chromium_try_flakes/model/build_run.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_try_flakes/templates/all_flake_occurrences.html
diff --git a/appengine/chromium_try_flakes/templates/all_flake_occurrences.html b/appengine/chromium_try_flakes/templates/all_flake_occurrences.html
index dfdea741fe06a49043cf5d19e5f53d2fd74b1361..9b088be2773000efee62cc37b237dca1fbdeffd4 100644
--- a/appengine/chromium_try_flakes/templates/all_flake_occurrences.html
+++ b/appengine/chromium_try_flakes/templates/all_flake_occurrences.html
@@ -2,11 +2,11 @@
<table>
<tr>
-<td colspan="4">All flaky occurrences of <b>{{flake.name}}</b>.</td>
+<td colspan="5">All flaky occurrences of <b>{{flake.name}}</b>.</td>
</tr>
<tr>
-<td colspan="4">
+<td colspan="5">
<form action="/override_issue_id" method="GET">
Current Issue ID where new flakes are reported:
<input type="hidden" name="key" value="{{flake.key.urlsafe}}"/>
@@ -17,7 +17,7 @@ Current Issue ID where new flakes are reported:
{% if flakiness_dashboard_urls %}
<tr>
-<td colspan="4">
+<td colspan="5">
Flakiness Dashboard URLs:
{% for url in flakiness_dashboard_urls %}
<a href="{{url.url}}">{{url.step_name}}</a>
@@ -35,6 +35,11 @@ Flakiness Dashboard URLs:
<tr>
<td><a href="{{f.url}}">try run at {{f.formatted_time}}</a></td>
+<td>
+ {% if f.milo_url %}
+ (<a href="{{f.milo_url}}">milo</a>)
+ {% endif %}
+</td>
<td><a href="{{f.patchset_url}}">patchset</a></td>
<td>{{f.builder}} </td>
<td>
« no previous file with comments | « appengine/chromium_try_flakes/model/build_run.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698