about summary refs log tree commit diff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-05-03 19:38:28 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-05-03 19:42:33 +1000
commitbbf483c46e007036475674a60c5fbd8e5a3e6b32 (patch)
tree35f5e0d6f9950991bca01560ca0022f750325fbb /nixos/release-combined.nix
parent3083f9df92df58d7e57af640e8ffed63850b9c46 (diff)
nixos/release: add podman, oci-containers.podman to tested
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index fd8a39cfb92b4..7f81ca1c69b88 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -132,12 +132,14 @@ in rec {
         # fails with kernel >= 5.15 https://github.com/NixOS/nixpkgs/pull/152505#issuecomment-1005049314
         #(onFullSupported "nixos.tests.nfs3.simple")
         (onFullSupported "nixos.tests.nfs4.simple")
+        (onSystems ["x86_64-linux"] "nixos.tests.oci-containers.podman")
         (onFullSupported "nixos.tests.openssh")
         (onFullSupported "nixos.tests.pantheon")
         (onFullSupported "nixos.tests.php.fpm")
         (onFullSupported "nixos.tests.php.httpd")
         (onFullSupported "nixos.tests.php.pcre")
         (onFullSupported "nixos.tests.plasma5")
+        (onSystems ["x86_64-linux"] "nixos.tests.podman")
         (onFullSupported "nixos.tests.predictable-interface-names.predictableNetworkd")
         (onFullSupported "nixos.tests.predictable-interface-names.predictable")
         (onFullSupported "nixos.tests.predictable-interface-names.unpredictableNetworkd")