* Be a bit less aggressive in rescheduling builds that have already
[?]
Oct 19, 2009, 12:36 PM
ZP3M3JWRIBVLWAZNFP3WGGDYQ3QSTZ4D7SN67IUDMDHJOMC6XUJACDependencies
- [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
# !!! Checking $drvPath doesn't take meta-attributes into# !!! Checking $outPath doesn't take meta-attributes into - replacement in src/script/hydra_scheduler.pl at line 286
my @previousBuilds = $jobInDB->builds->search({drvPath => $drvPath, isCurrent => 1});my @previousBuilds = $jobInDB->builds->search({outPath => $outPath, isCurrent => 1});