{{ run["project"] }} pipeline ‘{{ pipe["name"] }}’
Litani CI Dashboard
- Pipeline status: {{ pipe["status"] }}
- {{ run["start_time"] }}
- {{ run["run_id"] }}
Summary of jobs for this pipeline
{{ stage["name"] }}
{{ stage["name"] }}
{{ job["wrapper_arguments"]["description"] }}
{% endif %}{# "description" in job #}{{ job["wrapper_arguments"]["command"] }}
Command return code: {{ job["command_return_code"] }}
OK returns: {{ job["wrapper_arguments"]["ok_returns"] }}
Ignored returns: {{ job["wrapper_arguments"]["ignore_returns"] }}
Timeout: {{ job["wrapper_arguments"]["timeout"] }}
Timeout ok: {{ job["wrapper_arguments"]["timeout_ok"] }}
Timeout ignored: {{ job["wrapper_arguments"]["timeout_ignore"] }}
Timeout reached: {{ job["timeout_reached"] }}
Start time: {{ job["start_time"] }}
Duration: {{ job["duration_str"] }}
End time: {{ job["end_time"] }}
Command successful: {% if job["outcome"] == "success" %} yes {% else %} no {% endif %}{# job["outcome"] == "success"#}
An outcome table decided the outcome ‘{{ job["outcome"] }}’ for this job. View the table here (or view the raw JSON).
[No memory graph; job did not run for long enough]
{% endif %}{# "memory_trace_preview" in job #}
Peak Memory Usage |
||
Resident |
Virtual |
|
{{ job["memory_trace"]["peak"]["human_readable_rss"] }} |
{{ job["memory_trace"]["peak"]["human_readable_vsz"] }} |