hydra-eval-jobset: Scalar value @declInputs[0] better written as $declInputs[0] at hydra-eval-jobset line 570.
[?]
Oct 20, 2021, 1:51 AM
EMMQXDYRJEQMSUBOOML772ECWWMJY6O7J7HDDI7SEJXY7L7J7ZHACDependencies
- [2]
VIJBYUAVAdd the project name to declarative inputs - [3]
6WRGCITDEnable declarative projects. - [4]
5PXVIXLHDeclarative projects: Include the fetch info for the declarative input in the project eval - [*]
N22GPKYT* Put info about logs / build products in the DB.
Change contents
- replacement in src/script/hydra-eval-jobset at line 570
my $declInput = @declInputs[0] or die "cannot find the input containing the declarative project specification\n";my $declInput = $declInputs[0] or die "cannot find the input containing the declarative project specification\n";