nixos/tests: don't build nspawn tests on hydra.nixos.org
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
{
|
||||
name = "containers";
|
||||
meta.maintainers = with pkgs.lib.maintainers; [ jfly ];
|
||||
# https://github.com/NixOS/infra/issues/987
|
||||
meta.hydraPlatforms = [ ];
|
||||
|
||||
nodes = {
|
||||
n1 = {
|
||||
|
||||
@@ -51,6 +51,8 @@ in
|
||||
maintainers = [
|
||||
lib.maintainers.kmein
|
||||
];
|
||||
# https://github.com/NixOS/infra/issues/987
|
||||
hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
containers = {
|
||||
|
||||
Reference in New Issue
Block a user