{% extends "reports/base_report.html" %} {% set page_title = "Status of drivers testing in " + module.title() + " during recent " + days + " days" %} {% block scripts %} {% endblock %} {% block content %}

Status of drivers testing in {{ module|title }} during recent {{ days }} days

List of drivers is taken from DriverLog. The status is based on job results from the latest patch in merged change requests (thus assuming that the job is executed on code close to the master). Missing or misconfigured drivers can be updated by commit into DriverLog's default_data.json.

Drivers summary

Loading...

Status per change requests

Loading...
{% endblock %}