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

Unified Diff: masters/master.chromiumos/templates/builder.html

Issue 1068263003: CrOS: Update public waterfall to auto-configure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Added experimental/documentation annotations to web UI. Created 5 years, 8 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: masters/master.chromiumos/templates/builder.html
diff --git a/masters/master.tryserver.blink/templates/builder.html b/masters/master.chromiumos/templates/builder.html
similarity index 83%
copy from masters/master.tryserver.blink/templates/builder.html
copy to masters/master.chromiumos/templates/builder.html
index 11e3c850051d4b98c2a9f3584c6c994f347b6f95..a97381862657a5e67213746c0f0c3268b6fa07ef 100644
--- a/masters/master.tryserver.blink/templates/builder.html
+++ b/masters/master.chromiumos/templates/builder.html
@@ -7,8 +7,20 @@
{% endblock header -%}
{% block content %}
-<h1><a href="{{ path_to_root }}waterfall?show={{ name }}">Builder: {{ name }}</a>
- <a href="{{ path_to_root }}stats/{{ name }}"> (stats) </a></h1>
+<h1>
+ <a href="{{ path_to_root }}waterfall?show={{ name }}">Builder: {{ name }}</a>
+ {%- if cros_builder_experimental and cros_builder_experimental(name) -%}
+ &nbsp;(experimental)
+ {%- endif -%}
+ {%- if cros_builder_doc -%}
+ {% set builder_doc = cros_builder_doc(name) %}
+ {%- if builder_doc -%}
+ <a href="{{ builder_doc.url }}" target="_blank">
+ <img src="../document-icon.png" width="20px" height="20px"></img>
+ </a>
+ {%- endif -%}
+ {%- endif -%}
+</h1>
<div class="column">
@@ -20,9 +32,6 @@
{% if b.when %}
ETA: {{ b.when_time }} [{{ b.when }}]
{% endif %}
- {% if b.delay %}
- [Running for: {{ b.delay }}]
- {% endif %}
{{ b.current_step }}
« no previous file with comments | « masters/master.chromiumos/templates/announce.html ('k') | masters/master.chromiumos/templates/waterfall.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698