% extends 'base.html' {% block title %}{{job}} #{{build}} Results{% endblock %} % block head {{super()}} % if not finished % elif finished and finished['passed'] and not res['failed'] % endif % endblock % block banner % if spyglass_link
% endif % endblock % block headerRecent runs % if spyglass_link || View in Spyglass % endif
PR | {{pl['author']}}: {{pl['title']}} % endif % if finished % set result = finished['result'] % else % set result = 'Not Finished' % endif |
Result | {{result}} % if started % if finished |
Tests | % if res['failed'] {{res['failed']|length}} failed % else {{res['failed']|length}} failed % endif / {{res['passed']|length}} succeeded % endif |
Started | {{started['timestamp']|timestamp}} {% if finished %} |
Elapsed | {{(finished['timestamp']-started['timestamp'])|duration}}{% endif %} |
Revision | {{started['revision'] or finished['revision']}} % if 'node' in started |
Builder | {{started['node']}} % endif % if refs |
Refs |
% for name, sha in refs
{%- if name.isdigit() -%}
{{name}}
{%- else -%}
{{name}}
{%- endif -%}
{%- if sha %}:{{sha|github_commit_link(repo)}}{% endif %} {%- endfor %} % endif % if 'metadata' in started % for k, v in started['metadata']|dictsort |
{{k}} | {{v|maybe_linkify}} % endfor % endif % if finished and 'metadata' in finished and finished['metadata'] % for k, v in finished['metadata']|dictsort |
{{k}} | {{v|maybe_linkify}} % endfor % endif % endif |
{{name | testcmd}}% endif % if text
{{text|linkify_stacktrace(commit, repo)}} % if output% else from {{filename|basename}} % endif % set pod_name = text|parse_pod_name % if pod_namefrom {{filename|basename}}
{{output|linkify_stacktrace(commit, repo)}}
Find {{pod_name}} mentions in log files % else
Filter through log files % endif % if testgrid_query | View test history on testgrid % endif % else from {{filename|basename}} % endif % endfor % else
{{name}} % endfor