hydra-eval-jobset: Scalar value @declInputs[0] better written as $declInputs[0] at hydra-eval-jobset line 570.

[?]
Oct 20, 2021, 1:51 AM
EMMQXDYRJEQMSUBOOML772ECWWMJY6O7J7HDDI7SEJXY7L7J7ZHAC

Dependencies

  • [2] VIJBYUAV Add the project name to declarative inputs
  • [3] 6WRGCITD Enable declarative projects.
  • [4] 5PXVIXLH Declarative 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
    [3.4654][3.4654:4776]()
    my $declInput = @declInputs[0] or die "cannot find the input containing the declarative project specification\n";
    [3.4654]
    [2.138]
    my $declInput = $declInputs[0] or die "cannot find the input containing the declarative project specification\n";