summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorRok Garbas <rok@garbas.si>2022-03-01 15:59:08 +0100
committerGitHub <noreply@github.com>2022-03-01 15:59:08 +0100
commit43a765422f931e96cc1c1299a3164adf6bfe5e84 (patch)
tree82d1766ae5bb1e4ca7f605f68113f3b3675554c7 /nixos/tests/all-tests.nix
parent9c1e63bb0cd7bd8f4b3bc150be5305cf4059fc46 (diff)
parent2cf96863d1ba53d3e2f58a2be32c1feb045576aa (diff)
downloadnixpkgs-43a765422f931e96cc1c1299a3164adf6bfe5e84.tar
nixpkgs-43a765422f931e96cc1c1299a3164adf6bfe5e84.tar.gz
nixpkgs-43a765422f931e96cc1c1299a3164adf6bfe5e84.tar.bz2
nixpkgs-43a765422f931e96cc1c1299a3164adf6bfe5e84.tar.lz
nixpkgs-43a765422f931e96cc1c1299a3164adf6bfe5e84.tar.xz
nixpkgs-43a765422f931e96cc1c1299a3164adf6bfe5e84.tar.zst
nixpkgs-43a765422f931e96cc1c1299a3164adf6bfe5e84.zip
Merge pull request #158613 from ConnorBaker/master
hadoop: add aarch64 support
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 b173c90c7f3..342e8f461b5 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -189,9 +189,9 @@ in
   grocy = handleTest ./grocy.nix {};
   grub = handleTest ./grub.nix {};
   gvisor = handleTest ./gvisor.nix {};
-  hadoop.all = handleTestOn [ "x86_64-linux" ] ./hadoop/hadoop.nix {};
-  hadoop.hdfs = handleTestOn [ "x86_64-linux" ] ./hadoop/hdfs.nix {};
-  hadoop.yarn = handleTestOn [ "x86_64-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 {};