Revert "Make evaluation fail with proper error when a input of type build is not available."

[?]
Nov 18, 2014, 10:13 AM
E3IEH57UPWDTOUGXLQTWE2OGAXLVXBGBTT5FLSF6UHRJ5Q2QFUVQC

Dependencies

  • [2] Y6FFX4YB Make evaluation fail with proper error when a input of type build is not available.
  • [3] OOQ2D3KC * Refactoring: move fetchInput out of hydra_scheduler into a separate
  • [4] KQS7DSKJ * Clean up indentation.
  • [5] PMNWRTGJ Add multiple output support
  • [6] SS4TZXNU Distinguish between permanent evaluation errors and transient input errors
  • [7] X5EOJLNA Allow passing a specific build as an input

Change contents

  • replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 98
    [3.9288][2.0:126]()
    die "Input $name: No builds available at $value" if !defined $prevBuild || !isValidPath(getMainOutput($prevBuild)->path);
    [3.9288]
    [3.9475]
    return () if !defined $prevBuild || !isValidPath(getMainOutput($prevBuild)->path);