[% WRAPPER layout.tt title="Machine status" %] [% PROCESS common.tt %] [% USE format %]
Job | Build | Step | What | Status | Since | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[% INCLUDE renderMachineName machine=m.key %]
[% IF m.value.primarySystemType %]
([% m.value.primarySystemType | html %])
[% WRAPPER makePopover title="Details" classes="btn-secondary btn-sm" %]
[% HTML.escape(title) %]: | [% pretty_percent(pressure.avg10) | html %]% | [% pretty_percent(pressure.avg60) | html %]% | [% pretty_percent(pressure.avg300) | html %]% |
[% END %]
[% END %]
[% IF pressure %]
| | ||||||||
[% INCLUDE renderFullJobName project=step.project jobset=step.jobset job=step.job %] | c.uri_for('/build' step.build)) %]>[% HTML.escape(step.build) %] | [% IF step.busy >= 30 %] c.uri_for('/build' step.build 'nixlog' step.stepnr 'tail')) %]>[% HTML.escape(step.stepnr) %][% ELSE; HTML.escape(step.stepnr); END %] | [% step.drvpath.match('-(.*)').0 | html %] | [% INCLUDE renderBusyStatus %] | [% INCLUDE renderDuration duration = curTime - step.starttime %] | ||||||||
Idle |