about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-09-04 19:02:44 -0400
committerTim Steinbach <tim@nequissimus.com>2017-09-04 19:02:44 -0400
commit380ed98bd793b2f3cbf257b7ef9601770c4f8d48 (patch)
tree214dbc40e01af13e63344f1399f63f7e86491e6d /nixos/release.nix
parent2bb57ef7761fc9d408bb27b2733d36c8640e0e4b (diff)
downloadnixlib-380ed98bd793b2f3cbf257b7ef9601770c4f8d48.tar
nixlib-380ed98bd793b2f3cbf257b7ef9601770c4f8d48.tar.gz
nixlib-380ed98bd793b2f3cbf257b7ef9601770c4f8d48.tar.bz2
nixlib-380ed98bd793b2f3cbf257b7ef9601770c4f8d48.tar.lz
nixlib-380ed98bd793b2f3cbf257b7ef9601770c4f8d48.tar.xz
nixlib-380ed98bd793b2f3cbf257b7ef9601770c4f8d48.tar.zst
nixlib-380ed98bd793b2f3cbf257b7ef9601770c4f8d48.zip
docker: Add test for docker-edge, check for proper versions in tests
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 ca2a164bb6c8..0e56fa28c1a1 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -234,6 +234,7 @@ in rec {
   tests.containers-hosts = callTest tests/containers-hosts.nix {};
   tests.containers-macvlans = callTest tests/containers-macvlans.nix {};
   tests.docker = hydraJob (import tests/docker.nix { system = "x86_64-linux"; });
+  tests.docker-edge = hydraJob (import tests/docker-edge.nix { system = "x86_64-linux"; });
   tests.dnscrypt-proxy = callTest tests/dnscrypt-proxy.nix { system = "x86_64-linux"; };
   tests.ecryptfs = callTest tests/ecryptfs.nix {};
   tests.etcd = hydraJob (import tests/etcd.nix { system = "x86_64-linux"; });