summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorAllan Espinosa <allan.espinosa@outlook.com>2018-05-20 21:09:31 -0400
committerAllan Espinosa <allan.espinosa@outlook.com>2018-06-29 23:14:02 -0400
commit0c10b2baa6bf61c8ddaed7cdb6c2f2dbaab42662 (patch)
treeef0f30b3a0b9e1f6a6f29c5f3913f904f8f58a66 /nixos/release.nix
parent978397d358ba94791bef736f19d3171a13bc03dc (diff)
downloadnixlib-0c10b2baa6bf61c8ddaed7cdb6c2f2dbaab42662.tar
nixlib-0c10b2baa6bf61c8ddaed7cdb6c2f2dbaab42662.tar.gz
nixlib-0c10b2baa6bf61c8ddaed7cdb6c2f2dbaab42662.tar.bz2
nixlib-0c10b2baa6bf61c8ddaed7cdb6c2f2dbaab42662.tar.lz
nixlib-0c10b2baa6bf61c8ddaed7cdb6c2f2dbaab42662.tar.xz
nixlib-0c10b2baa6bf61c8ddaed7cdb6c2f2dbaab42662.tar.zst
nixlib-0c10b2baa6bf61c8ddaed7cdb6c2f2dbaab42662.zip
nixos/hadoop: add hadoop module (hdfs, yarn)
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index e494fa35029f..93566762b3a9 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -299,6 +299,8 @@ in rec {
   tests.gnome3-gdm = callTest tests/gnome3-gdm.nix {};
   tests.grafana = callTest tests/grafana.nix {};
   tests.graphite = callTest tests/graphite.nix {};
+  tests.hadoop.hdfs = callTestOnMatchingSystems [ "x86_64-linux" ] tests/hadoop/hdfs.nix {};
+  tests.hadoop.yarn = callTestOnMatchingSystems [ "x86_64-linux" ] tests/hadoop/yarn.nix {};
   tests.hardened = callTest tests/hardened.nix { };
   tests.haproxy = callTest tests/haproxy.nix {};
   tests.hibernate = callTest tests/hibernate.nix {};