{% extends "layouts/content-bootstrap.html" %} {% load utils %} {% load django_tables2 %} {% block styles %} {% endblock %} {% block content %}
Job log file archived Please contact the administrator for job log file.
{{ job.failure_comment }}
{{ line.msg.sending }}
{% else %}
{% get_action_id line.msg as act_id %}
{{ line.msg }}
{% endif %}
{% elif line.lvl == "target" %}
{{ line.msg }}
{% elif line.lvl == "results" %}
{% url 'lava.results.testcase' job.id line.msg.definition line.msg.case as result_url %}
{% for key, value in line.msg.items %}
{% if value.items %}
{% if key == "extra" %}
extra: ...
{% else %}
{% for k, v in value.items %}
{{ k }}: {{ v }}
{% endfor %}
{% endif %}
{% else %}
{{ key }}: {{ value }}
{% endif %}
{% endfor %}
{% elif line.lvl == "error" or line.lvl == "exception" %}
{{ line.msg }}
{% else %}
{% get_action_id line.msg as act_id %}
{{ line.msg }}
{% endif %}
{% endfor %}
{% if job.status <= job.RUNNING %}
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.