{% extends "layouts/content-bootstrap.html" %} {% load utils %} {% load django_tables2 %} {% block styles %} {% endblock %} {% block content %} {% if job.status >= job.RUNNING and not job.is_pipeline %} End of log file {% endif %}
This log file is too large to view, (over {{ size_warning|filesizeformat }} bytes). It can only be downloaded.
{{ log.1 }}
{% endfor %}
{% if job.status == job.RUNNING and not job.is_pipeline %}
Line
Action Timing
Action Summary
Each action is displayed relative to the timeline of the job, according to the logging level of the message from that action. Dispatcher messages are in blue, result messages are in green. Target messages are indented and shown in monospace. There is often a lag between the dispatcher message describing an operation and the message from the target processing that operation.
Pipeline jobs use the job definition to generate a descriptive YAML file when the pipeline is validated. The file represents the data sent to the dispatcher at the start of the job, including details of the device as well as the job parameters and the details of the parameters sent to each of the deploy, boot and test actions in the job pipeline.
Click on the Device or Job Actions headings below to see some of the information from the description file for this job or download the complete file as YAML using the link above.