summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-06-30 18:33:03 -0400
committerGitHub <noreply@github.com>2018-06-30 18:33:03 -0400
commit060a98e9f4ad879492e48d63e887b0b6db26299e (patch)
tree5c7f9898a157e7c50190a758853e9b346f6a4c9b /nixos/release.nix
parent99d8edbc7dc877ddf5f6088e593b8c2e9bf33c9e (diff)
parent0c10b2baa6bf61c8ddaed7cdb6c2f2dbaab42662 (diff)
downloadnixlib-060a98e9f4ad879492e48d63e887b0b6db26299e.tar
nixlib-060a98e9f4ad879492e48d63e887b0b6db26299e.tar.gz
nixlib-060a98e9f4ad879492e48d63e887b0b6db26299e.tar.bz2
nixlib-060a98e9f4ad879492e48d63e887b0b6db26299e.tar.lz
nixlib-060a98e9f4ad879492e48d63e887b0b6db26299e.tar.xz
nixlib-060a98e9f4ad879492e48d63e887b0b6db26299e.tar.zst
nixlib-060a98e9f4ad879492e48d63e887b0b6db26299e.zip
Merge pull request #41381 from aespinosa/hadoop-modules
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 0d3ae997469f..67820149437d 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 {};