summaryrefslogtreecommitdiffstats
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorDan Peebles <pumpkingod@gmail.com>2015-04-10 06:06:52 +0200
committerDan Peebles <pumpkingod@gmail.com>2015-06-11 23:16:35 -0400
commit4b758e374e19774509a5c93726d79dde4744a8bc (patch)
tree2c527e13b109ae8fee67547a604e0f6f86fb42e3 /nixos/release.nix
parentf0753327f00940c9274320f41b76766bbf2b21a3 (diff)
Initial attempt at configuring from EC2 userdata (with input from cstrahan). Now with VM tests!
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 103bf9b2c5b4..6afcdbff3e18 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -247,7 +247,8 @@ in rec {
tests.docker = hydraJob (import tests/docker.nix { system = "x86_64-linux"; });
tests.dockerRegistry = hydraJob (import tests/docker-registry.nix { system = "x86_64-linux"; });
tests.etcd = hydraJob (import tests/etcd.nix { system = "x86_64-linux"; });
- tests.ec2 = hydraJob (import tests/ec2.nix { system = "x86_64-linux"; }).bootEc2NixOps;
+ tests.ec2-nixops = hydraJob (import tests/ec2.nix { system = "x86_64-linux"; }).boot-ec2-nixops;
+ tests.ec2-config = hydraJob (import tests/ec2.nix { system = "x86_64-linux"; }).boot-ec2-config;
tests.firefox = callTest tests/firefox.nix {};
tests.firewall = callTest tests/firewall.nix {};
tests.fleet = hydraJob (import tests/fleet.nix { system = "x86_64-linux"; });