{% extends "base.html" %} {% block content %}

This is an overview over current build nodes. Build nodes are dynamically created and destroyed based on current load, so sometimes you will see many builders here, sometimes none at all.

{% for node in build_nodes %} {% endfor %}
Name Current task Expected finish time of current task
{{ node.name }} None N/A
{% endblock %}