hydra-evaluator: handle the case where there is no previous jobset eval
[?]
Mar 12, 2012, 8:13 PM
PDZD5QOROUFE2NO53W2CPRMCIH5XEDU7KOJPNEIR5HGCFP3CWV6ACDependencies
- [2]
DDMYFZ5XFix the jobset unchanged check - [3]
5SHCWE7X* Prevent repeated evaluation of a jobset with the same inputs. This - [4]
PIMGMGAFRename hydra_eval_jobs to hydra-eval-jobs - [5]
RXVJFQ5AEvaluator cleanups - [6]
FDE3BJAP* Refactoring. - [*]
N22GPKYT* Put info about logs / build products in the DB.
Change contents
- replacement in src/script/hydra-evaluator at line 113
if (getPrevJobsetEval($db, $jobset, 0)->hash eq $argsHash) {my $prevEval = getPrevJobsetEval($db, $jobset, 0);if (defined $prevEval && $prevEval->hash eq $argsHash) {