{% extends "tables/base.html" %} {% comment %} Copyright 2012 Google Inc. All Rights Reserved. This template builds the main summary page for the ChromeOS Test Dashboard. Tables include variable number of columns that reflect test netbooks used and a variable number of rows that represent builds. The build cells are hyperlinks, the timing cells include popup text and the status cells are hyperlinks to details pages. {% endcomment %} {% block title %}ChromeOS Test Dashboard{% endblock %} {% block header_block %} {% include 'tables/summary/header.html' %} {% endblock %} {% block html_block %}

TOT Boards
{% for summary_data in tpl_summary_data %} {% for board, netbooks, columns, rows in summary_data %} {% if forloop.counter0|divisibleby:"2" %} {% if not forloop.last %}
{% else %}
{% endif %} {% else %}
{% endif %} {% for netbook in netbooks %} {% endfor %} {% for builder, build, start, finish, short_finish, details in rows %} {% for netbook, job_attempted, job_good, passed, total, kernel in details %} {% if job_attempted %} {% ifequal total 0 %} {% else %} {% ifequal passed total%} {% if job_good %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ board }}
Build Build End
{{ netbook }}
combined View test and performance results for {{ board }} on {{ netbook }} bvt View performance plots for {{ board }} on {{ netbook }} perf View performance plots for {{ board }} on {{ netbook }}
{{ build }} View build log for {{ build }} on {{ board }} {{ short_finish }} {{ passed }}/{{ total }} View CAutotest job details for {{ build }} and {{ board }} on {{ netbook }} {{ passed }}/{{ total }} View bvt test results for {{ board }} on {{ netbook }} {% else %} {{ passed }}/{{ total }} View CAutotest job details for {{ build }} and {{ board }} on {{ netbook }} {% endif %} {% else %} {{ passed }}/{{ total }} View bvt test results for {{ board }} on {{ netbook }} {% endifequal %} {% endifequal %} None
{% if forloop.counter0|divisibleby:"2" %}
 
{% endif %} {% empty %}

There are no summary test tables.

{% endfor %} {% if not forloop.last %}

Branch Boards
{% endif %} {% endfor %} {% endblock %}