% extends 'base.html' {% block title %}{{job}}{% endblock %} % block header

{{job_dir|dirname|dirname}}/{{job}}

% endblock % block content
% if testgrid_query

Testgrid History for Job

% endif GCS Storage Browser
% if '/pull/' in job_dir and 'directory' not in job_dir Recent Runs Across PRs
% endif

Builds

% for build, loc, started, finished in builds {{build}} % if finished % if started and 'timestamp' in started {{started['timestamp'] | timestamp}} % if 'timestamp' in finished took {{(finished['timestamp']-started['timestamp'])|duration}}{% endif %} % else {{finished['result']}}{% endif %} % elif started and 'timestamp' in started {{started['timestamp'] | timestamp}} % endif % for issue in refs[loc] #{{issue.number}} % endfor
% endfor % if 'directory' in job_dir or '/pull/' not in job_dir
% if before View latest builds...
% endif % if builds View earlier builds...
% endif % endif
% endblock