[% 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 %])
[% WRAPPER makePopover title="Details" classes="btn-secondary btn-sm" %]
[% title %]: | [% pretty_percent(pressure.avg10) %]% | [% pretty_percent(pressure.avg60) %]% | [% pretty_percent(pressure.avg300) %]% |
[% END %]
[% END %]
[% IF pressure %]
| | ||||||||
[% INCLUDE renderFullJobName project=step.project jobset=step.jobset job=step.job %] | c.uri_for('/build' step.build)) %]>[% step.build %] | [% IF step.busy >= 30 %] c.uri_for('/build' step.build 'nixlog' step.stepnr 'tail')) %]>[% step.stepnr %][% ELSE; step.stepnr; END %] | [% step.drvpath.match('-(.*)').0 %] | [% INCLUDE renderBusyStatus %] | [% INCLUDE renderDuration duration = curTime - step.starttime %] | ||||||||
Idle |