From 04f917691576210165bc7625375b7ffff417c26e Mon Sep 17 00:00:00 2001 From: Leona Maroni Date: Tue, 16 Jun 2026 20:02:53 +0200 Subject: [PATCH] nixos/release: remove tests.allDrivers We discussed in #staging:nixos.org (Matrix) that the drivers itself are helpful for development, but that executing them in Hydra don't provide a benefit over executing the tests themself. --- nixos/release.nix | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/nixos/release.nix b/nixos/release.nix index efc2570c5a70..baecebb63580 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -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 { } (