forked from the-distro/infra
remove yureka-staging-test jobset
I have no idea how, but it seems I accidentally deleted this jobset
This commit is contained in:
parent
99259356f2
commit
537b3b978c
|
@ -284,45 +284,5 @@ in
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
resource.hydra_jobset.yureka-staging-test = {
|
|
||||||
project = config.resource.hydra_project.forkos.name;
|
|
||||||
state = "disabled";
|
|
||||||
visible = false;
|
|
||||||
name = "yureka-staging-test";
|
|
||||||
type = "legacy";
|
|
||||||
description = "staging branch for yureka-nixos";
|
|
||||||
|
|
||||||
nix_expression = {
|
|
||||||
file = "pkgs/top-level/release.nix";
|
|
||||||
input = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
check_interval = 0;
|
|
||||||
scheduling_shares = 3000;
|
|
||||||
keep_evaluations = 3;
|
|
||||||
|
|
||||||
email_notifications = false;
|
|
||||||
|
|
||||||
input = [
|
|
||||||
{
|
|
||||||
name = "nixpkgs";
|
|
||||||
type = "git";
|
|
||||||
value = "https://cl.forkos.org/nixpkgs sandbox/yureka/staging-test";
|
|
||||||
notify_committers = false;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "officialRelease";
|
|
||||||
type = "boolean";
|
|
||||||
value = "false";
|
|
||||||
notify_committers = false;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "supportedSystems";
|
|
||||||
type = "nix";
|
|
||||||
value = ''[ "x86_64-linux" ]'';
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue