summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2022-03-16 02:13:03 +0100
committerGitHub <noreply@github.com>2022-03-16 02:13:03 +0100
commit47f2ee3d55e1576d863870f336ba95ea48453d9b (patch)
treed1e6ebf0efca8783cdb2521862c2c547f282cefa /nixos/tests
parentcec06cbfb0a45571d5897039d7c27c5895872c49 (diff)
parentee1ff0797b6f16e5a6fe7caf2ec50907c6de99d2 (diff)
downloadnixpkgs-47f2ee3d55e1576d863870f336ba95ea48453d9b.tar
nixpkgs-47f2ee3d55e1576d863870f336ba95ea48453d9b.tar.gz
nixpkgs-47f2ee3d55e1576d863870f336ba95ea48453d9b.tar.bz2
nixpkgs-47f2ee3d55e1576d863870f336ba95ea48453d9b.tar.lz
nixpkgs-47f2ee3d55e1576d863870f336ba95ea48453d9b.tar.xz
nixpkgs-47f2ee3d55e1576d863870f336ba95ea48453d9b.tar.zst
nixpkgs-47f2ee3d55e1576d863870f336ba95ea48453d9b.zip
Merge pull request #160075 from ConnorBaker/spark_3_2_1
spark: init 3.2.1 and test on aarch64-linux
Diffstat (limited to 'nixos/tests')
-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 eee99fb5e97..6f4c6213595 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -485,7 +485,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 {};