{% extends "tables/base.html" %} {% comment %} Copyright 2012 Google Inc. All Rights Reserved. This template builds the kernel 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 Kernel Test Dashboard{% endblock %} {% block header_block %} {% include 'tables/summary/kernel_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 %} {% if kernel %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ board }}
Build Build End {{ netbook }} View kernel test results for {{ board }} on {{ netbook }} Kernel
{{ 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 kernel test results for {{ board }} on {{ netbook }} {% else %} {{ passed }}/{{ total }} View CAutotest job details for {{ build }} and {{ board }} on {{ netbook }} {% endif %} {% else %} {{ passed }}/{{ total }} View kernel test results for {{ board }} on {{ netbook }} {% endifequal %} {% endifequal %} {{ kernel }}NoneNone None
{% if forloop.counter0|divisibleby:"2" %}
 
{% endif %} {% empty %}

There are no summary test tables.

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

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