nixosTests.test-containers-bittorrent: enable in hydra

Now that https://github.com/NixOS/infra/pull/986 has landed, we can
enable container based tests that don't require the ability for
containers and vms to communicate.
This commit is contained in:
Jeremy Fleischman
2026-05-17 13:56:55 -07:00
parent 8fa7269bc7
commit 9289aa8a4b
2 changed files with 6 additions and 3 deletions

View File

@@ -2,7 +2,12 @@
{
name = "containers";
meta.maintainers = with pkgs.lib.maintainers; [ jfly ];
# https://github.com/NixOS/infra/issues/987
# Relies upon /dev/net/tun, which is currently disabled in hydra due to
# security concerns [0].
# There is a PR [1] that will remove the requirement on /dev/net/tun. When/if
# that lands, we can run this test in hydra.
# [0]: https://github.com/NixOS/infra/issues/987#issuecomment-4261612652
# [1]: https://github.com/NixOS/nixpkgs/pull/512268
meta.hydraPlatforms = [ ];
nodes = {

View File

@@ -51,8 +51,6 @@ in
maintainers = [
lib.maintainers.kmein
];
# https://github.com/NixOS/infra/issues/987
hydraPlatforms = [ ];
};
containers = {