hydra-evaluator: handle the case where there is no previous jobset eval

[?]
Mar 12, 2012, 8:13 PM
PDZD5QOROUFE2NO53W2CPRMCIH5XEDU7KOJPNEIR5HGCFP3CWV6AC

Dependencies

  • [2] DDMYFZ5X Fix the jobset unchanged check
  • [3] FDE3BJAP * Refactoring.
  • [4] 5SHCWE7X * Prevent repeated evaluation of a jobset with the same inputs. This
  • [5] PIMGMGAF Rename hydra_eval_jobs to hydra-eval-jobs
  • [6] RXVJFQ5A Evaluator cleanups
  • [*] N22GPKYT * Put info about logs / build products in the DB.

Change contents

  • replacement in src/script/hydra-evaluator at line 113
    [3.2334][2.328:393]()
    if (getPrevJobsetEval($db, $jobset, 0)->hash eq $argsHash) {
    [3.2334]
    [3.1961]
    my $prevEval = getPrevJobsetEval($db, $jobset, 0);
    if (defined $prevEval && $prevEval->hash eq $argsHash) {