about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorTim Steinbach <NeQuissimus@users.noreply.github.com>2017-09-06 15:03:56 -0400
committerGitHub <noreply@github.com>2017-09-06 15:03:56 -0400
commita54b2e3ba226c9fa3e7f4ec72fbada8e0859a300 (patch)
tree53674fa574ad4844534a85b7da4d0a20d155a0a9 /nixos/release.nix
parent0857e4c84d3ba9e4faa52aa033bbde3607652e86 (diff)
parent380ed98bd793b2f3cbf257b7ef9601770c4f8d48 (diff)
downloadnixlib-a54b2e3ba226c9fa3e7f4ec72fbada8e0859a300.tar
nixlib-a54b2e3ba226c9fa3e7f4ec72fbada8e0859a300.tar.gz
nixlib-a54b2e3ba226c9fa3e7f4ec72fbada8e0859a300.tar.bz2
nixlib-a54b2e3ba226c9fa3e7f4ec72fbada8e0859a300.tar.lz
nixlib-a54b2e3ba226c9fa3e7f4ec72fbada8e0859a300.tar.xz
nixlib-a54b2e3ba226c9fa3e7f4ec72fbada8e0859a300.tar.zst
nixlib-a54b2e3ba226c9fa3e7f4ec72fbada8e0859a300.zip
Merge pull request #29002 from NeQuissimus/docker_edge_module_test
docker: Package in module, 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 ad062e825570..9681194c1c45 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"; });