* Be a bit less aggressive in rescheduling builds that have already

[?]
Oct 19, 2009, 12:36 PM
ZP3M3JWRIBVLWAZNFP3WGGDYQ3QSTZ4D7SN67IUDMDHJOMC6XUJAC

Dependencies

  • [2] CVDK3XJK * In the scheduler, don't check if we've already done a build (except
  • [3] S6OISBQ3 * Mark the "current" builds in a jobset, i.e. those corresponding to
  • [4] S5PV6IIM * Represent jobs explicitly in the DB.
  • [*] N22GPKYT * Put info about logs / build products in the DB.

Change contents

  • replacement in src/script/hydra_scheduler.pl at line 283
    [2.578][2.578:644]()
    # !!! Checking $drvPath doesn't take meta-attributes into
    [2.578]
    [2.644]
    # !!! Checking $outPath doesn't take meta-attributes into
  • replacement in src/script/hydra_scheduler.pl at line 286
    [2.769][2.769:863]()
    my @previousBuilds = $jobInDB->builds->search({drvPath => $drvPath, isCurrent => 1});
    [2.769]
    [3.4099]
    my @previousBuilds = $jobInDB->builds->search({outPath => $outPath, isCurrent => 1});