about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorBas van Dijk <v.dijk.bas@gmail.com>2017-12-18 20:53:54 +0100
committerBas van Dijk <v.dijk.bas@gmail.com>2018-01-02 01:15:29 +0100
commit803077ef1cdac1dc7f0bc9224adbb0de45f6bffc (patch)
tree014a53c7cb1b8c9367af266ab9212ee2074892f6 /nixos/release.nix
parent95913d27689c506da5f3716394f1814ba66e9f50 (diff)
downloadnixlib-803077ef1cdac1dc7f0bc9224adbb0de45f6bffc.tar
nixlib-803077ef1cdac1dc7f0bc9224adbb0de45f6bffc.tar.gz
nixlib-803077ef1cdac1dc7f0bc9224adbb0de45f6bffc.tar.bz2
nixlib-803077ef1cdac1dc7f0bc9224adbb0de45f6bffc.tar.lz
nixlib-803077ef1cdac1dc7f0bc9224adbb0de45f6bffc.tar.xz
nixlib-803077ef1cdac1dc7f0bc9224adbb0de45f6bffc.tar.zst
nixlib-803077ef1cdac1dc7f0bc9224adbb0de45f6bffc.zip
elk: add elasticsearch6, logstash6, kibana6 and the beats at v6.1.0
This change is backwards compatible since the ELK tools at version 5.x
remain unchanged.

The test suite now both tests ELK-5 and ELK-6.
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index cf3fe6abd48c..33916243e97b 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -260,7 +260,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 = hydraJob (import tests/elk.nix { system = "x86_64-linux"; });
+  tests.elk = callSubTests 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 {};