Make evaluation fail with proper error when a input of type build is not available.
[?]
Nov 18, 2014, 9:59 AM
Y6FFX4YBH2APZUWPFFQ4VJZ4A7PMMK256X66FI77DDGQOFQDF6ZACDependencies
- [2]
SS4TZXNUDistinguish between permanent evaluation errors and transient input errors - [3]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate - [4]
KQS7DSKJ* Clean up indentation. - [5]
X5EOJLNAAllow passing a specific build as an input - [6]
PMNWRTGJAdd multiple output support
Change contents
- replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 98
return () if !defined $prevBuild || !isValidPath(getMainOutput($prevBuild)->path);die "Input $name: No builds available at $value" if !defined $prevBuild || !isValidPath(getMainOutput($prevBuild)->path);