summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-11-22 15:04:52 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2016-11-22 15:05:45 +0100
commit2f1be760da992568fe0e8be21200eea99ea9897e (patch)
treeee28c726c29b9e6994ca2db942ec49f391cb1310 /nixos/release.nix
parent5b9c5ed19c5c69b3d477268751b3305edc000371 (diff)
downloadnixpkgs-2f1be760da992568fe0e8be21200eea99ea9897e.tar
nixpkgs-2f1be760da992568fe0e8be21200eea99ea9897e.tar.gz
nixpkgs-2f1be760da992568fe0e8be21200eea99ea9897e.tar.bz2
nixpkgs-2f1be760da992568fe0e8be21200eea99ea9897e.tar.lz
nixpkgs-2f1be760da992568fe0e8be21200eea99ea9897e.tar.xz
nixpkgs-2f1be760da992568fe0e8be21200eea99ea9897e.tar.zst
nixpkgs-2f1be760da992568fe0e8be21200eea99ea9897e.zip
nixos/release: add containers-tmpfs test
cc #20557
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 639ee45b38d..4fd48bc2477 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -228,6 +228,7 @@ in rec {
   tests.containers-imperative = callTest tests/containers-imperative.nix {};
   tests.containers-extra_veth = callTest tests/containers-extra_veth.nix {};
   tests.containers-physical_interfaces = callTest tests/containers-physical_interfaces.nix {};
+  tests.containers-tmpfs = callTest tests/containers-tmpfs.nix {};
   tests.docker = hydraJob (import tests/docker.nix { system = "x86_64-linux"; });
   tests.dnscrypt-proxy = callTest tests/dnscrypt-proxy.nix { system = "x86_64-linux"; };
   tests.ecryptfs = callTest tests/ecryptfs.nix {};