[% WRAPPER layout.tt title="Machine status" %] [% PROCESS common.tt %] [% FOREACH m IN machines %] [% name = m.key ? m.key.match('@(.*)').0 : "localhost" %] [% idle = 1 %] [% FOREACH step IN steps %] [% name2 = step.machine ? step.machine.match('@(.*)').0 : "localhost" %] [% IF name == name2 %] [% idle = 0 %] [% END %] [% END %] [% IF idle == 1 %] [% IF m.value.idle %] [% ELSE %] [% END %] [% END %] [% END %]
[% name %] [% IF m.value.systemTypes %] ([% comma=0; FOREACH system IN m.value.systemTypes %][% IF comma; %], [% ELSE; comma = 1; END %][% system %][% END %]) [% END %]
[% INCLUDE renderFullJobNameOfBuild build=step.build %] [% step.system %] [% step.build.id %] [% step.drvpath.match('-(.*)').0 %] [% INCLUDE renderDuration duration = curTime - step.starttime %]
Idle for [% INCLUDE renderDuration duration = curTime - m.value.idle %]
Never used
[% END %]