summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-01-23 11:11:18 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-01-23 12:43:24 +0200
commit6388f51ea9aa84fa57101c696cb6b11e4626849d (patch)
tree831c192fe54a801c8958df7f0040f7c548a3fce0 /nixos/release.nix
parent8353ebe073efeecf31f3a67456f3bebbbdedd639 (diff)
downloadnixpkgs-6388f51ea9aa84fa57101c696cb6b11e4626849d.tar
nixpkgs-6388f51ea9aa84fa57101c696cb6b11e4626849d.tar.gz
nixpkgs-6388f51ea9aa84fa57101c696cb6b11e4626849d.tar.bz2
nixpkgs-6388f51ea9aa84fa57101c696cb6b11e4626849d.tar.lz
nixpkgs-6388f51ea9aa84fa57101c696cb6b11e4626849d.tar.xz
nixpkgs-6388f51ea9aa84fa57101c696cb6b11e4626849d.tar.zst
nixpkgs-6388f51ea9aa84fa57101c696cb6b11e4626849d.zip
nixos/release.nix: Use callSubTestsOnTheseSystems for ec2 tests
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index b8a87b3acf4..7c2e5b6415c 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -248,8 +248,8 @@ in rec {
   tests.dnscrypt-proxy = callTestOnTheseSystems ["x86_64-linux"] tests/dnscrypt-proxy.nix {};
   tests.ecryptfs = callTest tests/ecryptfs.nix {};
   tests.etcd = callTestOnTheseSystems ["x86_64-linux"] tests/etcd.nix {};
-  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.ec2-nixops = (callSubTestsOnTheseSystems ["x86_64-linux"] tests/ec2.nix {}).boot-ec2-nixops;
+  tests.ec2-config = (callSubTestsOnTheseSystems ["x86_64-linux"] tests/ec2.nix {}).boot-ec2-config;
   tests.elk = callSubTestsOnTheseSystems ["x86_64-linux"] tests/elk.nix {};
   tests.env = callTest tests/env.nix {};
   tests.ferm = callTest tests/ferm.nix {};