Loading nixos/release.nix +22 −12 Original line number Diff line number Diff line Loading @@ -43,12 +43,17 @@ let pkgs = import ./.. { inherit system; }; callTest = config: let inherit (config) test; in lib.optionalAttrs (builtins.elem system (getPlatforms test)) ( if attrNamesOnly then hydraJob config.test hydraJob test else { ${system} = hydraJob config.test; }; ${system} = hydraJob test; } ); } // { # for typechecking of the scripts and evaluation of Loading @@ -58,12 +63,17 @@ let pkgs = import ./.. { inherit system; }; callTest = config: let inherit (config) driver; in lib.optionalAttrs (builtins.elem system (getPlatforms driver)) ( if attrNamesOnly then hydraJob config.test hydraJob driver else { ${system} = hydraJob config.driver; }; ${system} = hydraJob driver; } ); }; }; Loading nixos/tests/nixos-test-driver/containers.nix +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ { name = "containers"; meta.maintainers = with pkgs.lib.maintainers; [ jfly ]; # https://github.com/NixOS/infra/issues/987 meta.hydraPlatforms = [ ]; nodes = { n1 = { Loading nixos/tests/test-containers-bittorrent.nix +2 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,8 @@ in maintainers = [ lib.maintainers.kmein ]; # https://github.com/NixOS/infra/issues/987 hydraPlatforms = [ ]; }; containers = { Loading Loading
nixos/release.nix +22 −12 Original line number Diff line number Diff line Loading @@ -43,12 +43,17 @@ let pkgs = import ./.. { inherit system; }; callTest = config: let inherit (config) test; in lib.optionalAttrs (builtins.elem system (getPlatforms test)) ( if attrNamesOnly then hydraJob config.test hydraJob test else { ${system} = hydraJob config.test; }; ${system} = hydraJob test; } ); } // { # for typechecking of the scripts and evaluation of Loading @@ -58,12 +63,17 @@ let pkgs = import ./.. { inherit system; }; callTest = config: let inherit (config) driver; in lib.optionalAttrs (builtins.elem system (getPlatforms driver)) ( if attrNamesOnly then hydraJob config.test hydraJob driver else { ${system} = hydraJob config.driver; }; ${system} = hydraJob driver; } ); }; }; Loading
nixos/tests/nixos-test-driver/containers.nix +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ { name = "containers"; meta.maintainers = with pkgs.lib.maintainers; [ jfly ]; # https://github.com/NixOS/infra/issues/987 meta.hydraPlatforms = [ ]; nodes = { n1 = { Loading
nixos/tests/test-containers-bittorrent.nix +2 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,8 @@ in maintainers = [ lib.maintainers.kmein ]; # https://github.com/NixOS/infra/issues/987 hydraPlatforms = [ ]; }; containers = { Loading