Skip to content

Commit

Permalink
tests/elk: Fixed failing build on i686.
Browse files Browse the repository at this point in the history
Too much memory is required for the test.

(cherry picked from commit 11ccf69)
  • Loading branch information
Falco Peijnenburg authored and Mic92 committed Sep 10, 2017
1 parent 5d369ba commit b31807a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/release.nix
Expand Up @@ -239,7 +239,7 @@ in rec {
tests.etcd = hydraJob (import tests/etcd.nix { system = "x86_64-linux"; });
tests.ec2-nixops = hydraJob (import tests/ec2.nix { system = "x86_64-linux"; }).boot-ec2-nixops;
tests.ec2-config = hydraJob (import tests/ec2.nix { system = "x86_64-linux"; }).boot-ec2-config;
tests.elk = callTest tests/elk.nix {};
tests.elk = hydraJob (import tests/elk.nix { system = "x86_64-linux"; });
tests.ferm = callTest tests/ferm.nix {};
tests.firefox = callTest tests/firefox.nix {};
tests.firewall = callTest tests/firewall.nix {};
Expand Down

0 comments on commit b31807a

Please sign in to comment.