summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-09-10 11:53:34 +0100
committerGitHub <noreply@github.com>2017-09-10 11:53:34 +0100
commit9b8f67969e816e1f37a736458f6fd3c3fd557685 (patch)
tree19b62152e91597f13e4b130a608062d2aef18909 /nixos
parentca6efcd2fe5d69ec53c04d2bdac1830aba467647 (diff)
parent11ccf69f75bf704d073463bcbaae7931c9570d60 (diff)
downloadnixlib-9b8f67969e816e1f37a736458f6fd3c3fd557685.tar
nixlib-9b8f67969e816e1f37a736458f6fd3c3fd557685.tar.gz
nixlib-9b8f67969e816e1f37a736458f6fd3c3fd557685.tar.bz2
nixlib-9b8f67969e816e1f37a736458f6fd3c3fd557685.tar.lz
nixlib-9b8f67969e816e1f37a736458f6fd3c3fd557685.tar.xz
nixlib-9b8f67969e816e1f37a736458f6fd3c3fd557685.tar.zst
nixlib-9b8f67969e816e1f37a736458f6fd3c3fd557685.zip
Merge pull request #29191 from LumiGuide/fix-test-elk-i686
tests/elk: Fixed failing build on i686.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index c43034ff44b4..34198a950647 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -240,7 +240,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.env = callTest tests/env.nix {};
   tests.ferm = callTest tests/ferm.nix {};
   tests.firefox = callTest tests/firefox.nix {};