{% extends "layouts/content.html" %} {% load django_tables2 %} {% block content %}
A submitted test job involves devices being reserved before the job is set to running, so the number of active devices can exceed the number of running jobs. Multinode jobs, in particular, may spend an appreciable amount of time as submitted jobs with reserved devices. Those devices still count as active as these are not available to be assigned to other submitted jobs.
{% if is_admin and retirements %}Some device-types show up in this table but all devices of this device type are retired. Administrators can choose to not display these device-types by unsetting the "Display" option in the admin interface.
This table gives more detail on how each type of device makes up the total number of active devices and running jobs. Click on the device type to see details of which devices and which jobs are active.
{% render_table running_table %} {% endblock %}