{% extends "layouts/base.html" %} {% from "macros/box.html" import box %} {% block content %}

This is the Waterfall page. It shows the status of various builders in reverse chronological order. This allows you to see the most recent builds and their current status. You can additionally see the commits as they come in to the project.

{% for b in builders %} {% endfor %} {% for b in builders %} {% endfor %} {% for b in builders %} {% endfor %} {% for i in range(gridlen) -%} {% for strip in grid -%} {%- if strip[i] -%}{{ box(**strip[i]) }} {%- elif no_bubble -%}{{ box() }} {%- endif -%} {%- endfor -%} {% endfor %}
Builder {{ b.name }}
{{ " ".join(b.top) }}
Current Activity {{ "
".join(b.status) }}
Time ({{ tz }}) Changes 
{% endblock %}