blob: 9dd7518f1a24b949ca9e208b2e9700a88a38a651 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="/dashboard/static/base.css">
</head>
<body>
{% include 'nav.html' %}
{% if error %}
<pre>
Status of the bisect job {{job_id}}: ERROR, {{error}}
</pre>
{% else %}
<pre>
Status of the bisect job {{job_id}}: {{build.status}}, {{build.result}}
Master: {{build.bucket}}
Builder: {{build.parameters.builder_name}}
Test: {{build.parameters.properties.bisect_config.command}}
Metric: {{build.parameters.properties.bisect_config.metric}}
Good revision: {{build.parameters.properties.bisect_config.good_revision}}
Bad revision: {{build.parameters.properties.bisect_config.bad_revision}}
Job created on (UTC): {{build.created_utc}}
Job completed on(UTC): {{build.completed_utc}}
Buildbot link: <a href="{{build.url}}">{{build.url}}</a>
</pre>
<p><a href="/cancel_buildbot_job/{{job_id}}">Click here to cancel this job.
(Not Yet Implemented)</a></p>
{% endif %}
<pre> {{status_text}} </pre>
</body>
</html>