Disable the evalNixpkgs test

It constantly OOMs.

https://hydra.nixos.org/build/105784912
(cherry picked from commit 35732a95bcdc0a4b4492845205e6283fcc88fd0d)
This commit is contained in:
Eelco Dolstra 2019-11-06 10:36:06 +01:00
parent 421f1f4493
commit 5526f725a8

View file

@ -271,6 +271,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;
@ -278,6 +279,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 ]; }
@ -326,7 +328,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
]; ];