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-08 08:59:23 -0500
committerConnor Baker <connorbaker01@gmail.com>2022-03-07 09:56:19 -0500
commit05c12ee78cf5c9a7a01fcdb841825db4b6a771d9 (patch)
treeb86b69c9b2569d5f757a651be4bfc9c023b53375 /nixos/tests/all-tests.nix
parent09930fe11ecb6d13e228f548badaad109a5bd184 (diff)
downloadnixpkgs-05c12ee78cf5c9a7a01fcdb841825db4b6a771d9.tar
nixpkgs-05c12ee78cf5c9a7a01fcdb841825db4b6a771d9.tar.gz
nixpkgs-05c12ee78cf5c9a7a01fcdb841825db4b6a771d9.tar.bz2
nixpkgs-05c12ee78cf5c9a7a01fcdb841825db4b6a771d9.tar.lz
nixpkgs-05c12ee78cf5c9a7a01fcdb841825db4b6a771d9.tar.xz
nixpkgs-05c12ee78cf5c9a7a01fcdb841825db4b6a771d9.tar.zst
nixpkgs-05c12ee78cf5c9a7a01fcdb841825db4b6a771d9.zip
spark: init 3.2.1 and test on aarch64-linux
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 342e8f461b5..dcdc79c9bb1 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -481,7 +481,7 @@ in
   sonarr = handleTest ./sonarr.nix {};
   sourcehut = handleTest ./sourcehut.nix {};
   spacecookie = handleTest ./spacecookie.nix {};
-  spark = handleTestOn ["x86_64-linux"] ./spark {};
+  spark = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./spark {};
   sslh = handleTest ./sslh.nix {};
   sssd = handleTestOn ["x86_64-linux"] ./sssd.nix {};
   sssd-ldap = handleTestOn ["x86_64-linux"] ./sssd-ldap.nix {};