[% WRAPPER layout.tt title="Machine status" %] [% PROCESS common.tt %]
[% IF m.enabled == 1 %] Running [% ELSE %] Stopped [% END %] [% m.hostname %] ([% comma=0; FOREACH ms IN m.buildmachinesystemtypes %][% IF comma; %], [% ELSE; comma = 1; END; ms.system; END %]) | ||||
---|---|---|---|---|
[% INCLUDE renderFullJobName project = step.build.project.name jobset = step.build.jobset.name job = step.build.job.name %] | [% step.system %] | [% step.build.id %] | [% step.drvpath.match('-(.*)').0 %] | [% INCLUDE renderDuration duration = curTime - step.starttime %] |
Idle since [% INCLUDE renderDuration duration = curTime - m.get_column('idle') %] |