{% include '_header.html.jinja' %} {% include '_usage.html.jinja' %} {% include '_contact.html.jinja' %}
Viewing results for {{ project.name }} from the past {{ request.args.get('time', time_option) }}.
{% for patch_set in patch_sets %} {% if patch_set.verified %} {% elif patch_set.verified is not none %} {% else %} {% endif %} {% endfor %} {% for patch_set in patch_sets %} {% endfor %} {% for owner, results in user_results.iteritems() %} {% for ci in results %} {% for comment in ci["results"] %} {% endfor %} {% endfor %} {% endfor %}
Patch Set
{{ owner.name }}
{{ ci["name"] }} {% if comment is not none %} {% if comment.result == "SUCCESS" %}

{% elif comment.result == "FAILURE" %}

{% elif comment.result == "UNSTABLE" %}

{% elif comment.result == "NOT_REGISTERED" %}

N

{% endif %}
{% endif %}