Disable the evalNixpkgs test

It constantly OOMs.

https://hydra.nixos.org/build/105784912
This commit is contained in:
Eelco Dolstra 2019-11-06 10:36:06 +01:00
parent 7614a127a0
commit 35732a95bc
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -269,6 +269,7 @@ let
umount /nix umount /nix
''); # */ ''); # */
/*
tests.evalNixpkgs = tests.evalNixpkgs =
import (nixpkgs + "/pkgs/top-level/make-tarball.nix") { import (nixpkgs + "/pkgs/top-level/make-tarball.nix") {
inherit nixpkgs; inherit nixpkgs;
@ -276,6 +277,7 @@ let
nix = build.x86_64-linux; nix = build.x86_64-linux;
officialRelease = false; officialRelease = false;
}; };
*/
tests.evalNixOS = tests.evalNixOS =
pkgs.runCommand "eval-nixos" { buildInputs = [ build.x86_64-linux ]; } pkgs.runCommand "eval-nixos" { buildInputs = [ build.x86_64-linux ]; }
@ -324,7 +326,7 @@ let
tests.remoteBuilds tests.remoteBuilds
tests.nix-copy-closure tests.nix-copy-closure
tests.binaryTarball tests.binaryTarball
tests.evalNixpkgs #tests.evalNixpkgs
tests.evalNixOS tests.evalNixOS
installerScript installerScript
]; ];