Fix non-static declarative jobsets
[?]
Sep 13, 2020, 4:19 PM
ROFDFIZBLORIINL5P3LF3US5VK37V64QUM36MSA6YLBSDK2EL26ACDependencies
- [2]
BCFAS6VOdeclarative projects: support fully static, declarative configuration - [3]
6WRGCITDEnable declarative projects. - [*]
N22GPKYT* Put info about logs / build products in the DB.
Change contents
- replacement in src/script/hydra-eval-jobset at line 576
if (grep ref $_ eq "HASH", values %$declSpec) {my $isStatic = 1;foreach my $elem (values %$declSpec) {if (ref $elem ne "HASH") {$isStatic = 0;last;}}if ($isStatic) {