nixos/release: remove tests.allDrivers (#532396)

This commit is contained in:
Robert Hensing 2026-06-16 18:30:58 +00:00 committed by GitHub
commit 846ea62303
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,27 +54,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 { } (