{% extends "smoke/smoke_layout.html" %} {% load dashboard_extras %} {% block page_name %}{% if is_flat %}Flat{% else %}Combined{% endif %} view of smoke testing for {{ release|capfirst }}{% endblock %} {% block content %}

{% if is_flat %}Flat{% else %}Combined{% endif %} view of Smoke testing for {{ release|capfirst }} ({% if is_flat %}Combined view{% else %}Flat view{% endif %})

{% if is_flat %} {% endif %} {% for item in items %} {% if is_flat %} {% endif %} {% endfor %}
Build FlavorVariant ArchPassed Failed Errors Total Image Pass Rate Bugs
{% if is_flat %} {{ item.run.build_no }} {% else %} {{ item.build_no }} {% endif %} {% if is_flat %} {{ item.run.flavor }} {% else %} {{ item.flavor }} {% endif %} {{ item.variant }} {{ item.arch }} {{ item.pass_count }} {{ item.fail_count }} {% if item.error_count > 0 and item.bugs|length = 0 %}
{% endif %} {{ item.error_count }}
{{ item.total_count }} {{ item.pass_rate_pct }} {% for bug in item.bugs %} LP:#{{ bug.bug_no }} {% endfor %}
{% if index and more %}
 
View all results
{% endif %} {% endblock %}