nixos/tests: remove ng variant of nixos-rebuild tests

This commit is contained in:
Thiago Kenji Okada
2025-12-03 22:41:16 +00:00
parent 63922be383
commit fc36413e41
2 changed files with 4 additions and 17 deletions
+1 -14
View File
@@ -1081,25 +1081,12 @@ in
nixos-generate-config = runTest ./nixos-generate-config.nix;
nixos-rebuild-install-bootloader = handleTestOn [
"x86_64-linux"
] ./nixos-rebuild-install-bootloader.nix { withNg = false; };
nixos-rebuild-install-bootloader-ng = handleTestOn [
"x86_64-linux"
] ./nixos-rebuild-install-bootloader.nix { withNg = true; };
] ./nixos-rebuild-install-bootloader.nix { };
nixos-rebuild-specialisations = runTestOn [ "x86_64-linux" ] {
imports = [ ./nixos-rebuild-specialisations.nix ];
_module.args.withNg = false;
};
nixos-rebuild-specialisations-ng = runTestOn [ "x86_64-linux" ] {
imports = [ ./nixos-rebuild-specialisations.nix ];
_module.args.withNg = true;
};
nixos-rebuild-target-host = runTest {
imports = [ ./nixos-rebuild-target-host.nix ];
_module.args.withNg = false;
};
nixos-rebuild-target-host-ng = runTest {
imports = [ ./nixos-rebuild-target-host.nix ];
_module.args.withNg = true;
};
nixpkgs = pkgs.callPackage ../modules/misc/nixpkgs/test.nix { inherit evalMinimalConfig; };
nixseparatedebuginfod2 = runTest ./nixseparatedebuginfod2.nix;
+3 -3
View File
@@ -96,9 +96,9 @@ python3Packages.buildPythonApplication rec {
tests = {
inherit (nixosTests)
# FIXME: this test is disabled since it times out in @ofborg
# nixos-rebuild-install-bootloader-ng
nixos-rebuild-specialisations-ng
nixos-rebuild-target-host-ng
# nixos-rebuild-install-bootloader
nixos-rebuild-specialisations
nixos-rebuild-target-host
;
repl = callPackage ./tests/repl.nix { };
# NOTE: this is a passthru test rather than a build-time test because we