{% extends "tables/base.html" %} {% comment %} Copyright 2010 Google Inc. All Rights Reserved. This template builds a performance landing page for each netbook for the Test Dashboard. These are reachable from the main summary page by choosing a particular netbook within a board table. The view is divided into three areas: build table, contents and plots. The build table includes static build data about each build. The contents include hyperlinks to performance graphing groups and then the graphs themselves are embedded. {% endcomment %} {% block title %}ChromeOS Test - Performance Builds{% endblock %} {% block header_block %} {% include 'tables/details/header.html' %} {% endblock %} {% block html_block %} {% if tpl_perf_builds %} {% for builder, build_number, popup, test_status, chrome_version in tpl_perf_builds %} {% endfor %} {% endif %}
Build
{{ popup.4 }}
{{ build_number }}
View build log for build:
{{ build_number }} on {{ tpl_board }} {% if chrome_version %} for Chrome build:
{{ chrome_version.0 }} ({{ chrome_version.1 }}) {% endif %}
{% if chrome_version %}
Chrome: {{ chrome_version.0 }} ({{ chrome_version.1 }})
View Chrome build DEPS for build:
{{ chrome_version.0 }} ({{ chrome_version.1 }}) on {{ tpl_board }}
{% endif %} {% if tpl_perf_available %}
performance details
View performance details for build:
{{ build_number }} on {{ tpl_board }}
{% endif %}
{% endblock %} {% block footer_block %} {% endblock %}