* hydra: show queue optimization

[?]
Jan 22, 2010, 10:31 AM
6JR2WT6DSN3A45FKREMVWONO2WCGJEEQQVTGGGGGQYGFNRHCS2BAC

Dependencies

  • [2] D3DIBMOK * For products that are directories (like manuals), allow a default
  • [3] K2NXFFKH
  • [4] JLDUSNUO * Unify rendering of finished and scheduled builds.
  • [5] JRU2LRPZ
  • [6] NDL67SQT * XHTML validity.
  • [7] GNIEG2GC * Disambiguate jobs by jobset name. I.e. jobs with the same name in
  • [*] IK53RV4V

Change contents

  • replacement in src/root/common.tt at line 91
    [3.227][2.2947:3113]()
    [% IF build.schedulingInfo.busy %]runningBuild[% ELSIF build.schedulingInfo.disabled == 1 || build.project.enabled == 0 %]disabledBuild[% END %]
    [3.227]
    [3.401]
    [% IF build.get_column('busy') %]runningBuild[% ELSIF build.get_column('disabled') == 1 || build.get_column('enabled') == 0 %]disabledBuild[% END %]
  • replacement in src/root/common.tt at line 107
    [3.1669][3.1669:1726]()
    <td>[% build.schedulingInfo.priority %]</td>
    [3.1669]
    [3.1726]
    <td>[% build.get_column('priority') %]</td>