summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorConnor Baker <connorbaker01@gmail.com>2022-02-23 21:43:09 -0500
committerConnor Baker <connorbaker01@gmail.com>2022-02-23 21:43:09 -0500
commite10eed89e7fa0922a701810591c083860bf865b7 (patch)
tree50de96785de447c624a22bf1c99eac0b4196eda8 /nixos/tests/all-tests.nix
parent1e5ffe1fc0f93a6a9e3b6d0cd21cde53c7c4c144 (diff)
downloadnixpkgs-e10eed89e7fa0922a701810591c083860bf865b7.tar
nixpkgs-e10eed89e7fa0922a701810591c083860bf865b7.tar.gz
nixpkgs-e10eed89e7fa0922a701810591c083860bf865b7.tar.bz2
nixpkgs-e10eed89e7fa0922a701810591c083860bf865b7.tar.lz
nixpkgs-e10eed89e7fa0922a701810591c083860bf865b7.tar.xz
nixpkgs-e10eed89e7fa0922a701810591c083860bf865b7.tar.zst
nixpkgs-e10eed89e7fa0922a701810591c083860bf865b7.zip
hadoop: add back dots in names of nixos tests
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index cf695dad476..f0260bff474 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -187,9 +187,9 @@ in
   grocy = handleTest ./grocy.nix {};
   grub = handleTest ./grub.nix {};
   gvisor = handleTest ./gvisor.nix {};
-  hadoop = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./hadoop/hadoop.nix {};
-  hadoop-hdfs = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./hadoop/hdfs.nix {};
-  hadoop-yarn = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./hadoop/yarn.nix {};
+  hadoop.all = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./hadoop/hadoop.nix {};
+  hadoop.hdfs = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./hadoop/hdfs.nix {};
+  hadoop.yarn = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./hadoop/yarn.nix {};
   haka = handleTest ./haka.nix {};
   haproxy = handleTest ./haproxy.nix {};
   hardened = handleTest ./hardened.nix {};