zfs: installer tests are x86 only
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
callPackage,
|
||||
lib,
|
||||
nixosTests,
|
||||
stdenv,
|
||||
...
|
||||
}@args:
|
||||
|
||||
@@ -15,9 +16,13 @@ callPackage ./generic.nix args {
|
||||
# this package should point to the latest release.
|
||||
version = "2.2.8";
|
||||
|
||||
tests = {
|
||||
inherit (nixosTests.zfs) installer series_2_2;
|
||||
};
|
||||
tests =
|
||||
{
|
||||
inherit (nixosTests.zfs) series_2_2;
|
||||
}
|
||||
// lib.optionalAttrs stdenv.isx86_64 {
|
||||
inherit (nixosTests.zfs) installer;
|
||||
};
|
||||
|
||||
maintainers = with lib.maintainers; [
|
||||
adamcstephens
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
callPackage,
|
||||
lib,
|
||||
nixosTests,
|
||||
stdenv,
|
||||
...
|
||||
}@args:
|
||||
|
||||
@@ -15,9 +16,13 @@ callPackage ./generic.nix args {
|
||||
# this package should point to the latest release.
|
||||
version = "2.3.2";
|
||||
|
||||
tests = {
|
||||
inherit (nixosTests.zfs) installer series_2_3;
|
||||
};
|
||||
tests =
|
||||
{
|
||||
inherit (nixosTests.zfs) series_2_3;
|
||||
}
|
||||
// lib.optionalAttrs stdenv.isx86_64 {
|
||||
inherit (nixosTests.zfs) installer;
|
||||
};
|
||||
|
||||
maintainers = with lib.maintainers; [
|
||||
adamcstephens
|
||||
|
||||
Reference in New Issue
Block a user