[Backport release-26.05] nixos/release: remove tests.allDrivers (#532429)

This commit is contained in:
Martin Weinelt 2026-06-16 20:57:19 +00:00 committed by GitHub
commit 6aea15569e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,27 +55,6 @@ let
${system} = hydraJob test;
}
);
}
// {
# for typechecking of the scripts and evaluation of
# the nodes, without running VMs.
allDrivers = import ./tests/all-tests.nix {
inherit system;
pkgs = import ./.. { inherit system; };
callTest =
config:
let
inherit (config) driver;
in
lib.optionalAttrs (builtins.elem system (getPlatforms driver)) (
if attrNamesOnly then
hydraJob driver
else
{
${system} = hydraJob driver;
}
);
};
};
allTests = foldAttrs recursiveUpdate { } (