about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-06-05 18:34:06 -0400
committerGitHub <noreply@github.com>2017-06-05 18:34:06 -0400
commit225a2307166145e0d24f0e130d7c109dc9c7de7b (patch)
tree1814c9183e0d5ddca9629ad02ce3eaf623a39dcf /nixos/release.nix
parent9e09e3d5da136c3981fd53a735b32eab02b90f7d (diff)
parent7b80f4c3442fbb0520c8596bd06f911bdfe09465 (diff)
downloadnixlib-225a2307166145e0d24f0e130d7c109dc9c7de7b.tar
nixlib-225a2307166145e0d24f0e130d7c109dc9c7de7b.tar.gz
nixlib-225a2307166145e0d24f0e130d7c109dc9c7de7b.tar.bz2
nixlib-225a2307166145e0d24f0e130d7c109dc9c7de7b.tar.lz
nixlib-225a2307166145e0d24f0e130d7c109dc9c7de7b.tar.xz
nixlib-225a2307166145e0d24f0e130d7c109dc9c7de7b.tar.zst
nixlib-225a2307166145e0d24f0e130d7c109dc9c7de7b.zip
Merge pull request #23173 from nlewo/test/cloudinit
Cloudinit test
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 54c2a963e699..467e3bb8cd61 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -222,6 +222,7 @@ in rec {
   tests.cadvisor = hydraJob (import tests/cadvisor.nix { system = "x86_64-linux"; });
   tests.chromium = (callSubTests tests/chromium.nix { system = "x86_64-linux"; }).stable;
   tests.cjdns = callTest tests/cjdns.nix {};
+  tests.cloud-init = callTest tests/cloud-init.nix {};
   tests.containers-ipv4 = callTest tests/containers-ipv4.nix {};
   tests.containers-ipv6 = callTest tests/containers-ipv6.nix {};
   tests.containers-bridge = callTest tests/containers-bridge.nix {};