Compare commits

...

2 commits

Author SHA1 Message Date
Yureka dd81b78f7a add nixos-main jobset 2024-07-28 23:40:36 +02:00
Yureka 537b3b978c remove yureka-staging-test jobset
I have no idea how, but it seems I accidentally deleted this jobset
2024-07-28 23:39:57 +02:00

View file

@ -285,16 +285,16 @@ in
]; ];
}; };
resource.hydra_jobset.yureka-staging-test = { resource.hydra_jobset.nixos-main = {
project = config.resource.hydra_project.forkos.name; project = config.resource.hydra_project.forkos.name;
state = "disabled"; state = "enabled";
visible = false; visible = true;
name = "yureka-staging-test"; name = "nixos-main";
type = "legacy"; type = "legacy";
description = "staging branch for yureka-nixos"; description = "nixos jobset for the main branch";
nix_expression = { nix_expression = {
file = "pkgs/top-level/release.nix"; file = "nixos/release-combined.nix";
input = "nixpkgs"; input = "nixpkgs";
}; };
@ -308,7 +308,7 @@ in
{ {
name = "nixpkgs"; name = "nixpkgs";
type = "git"; type = "git";
value = "https://cl.forkos.org/nixpkgs sandbox/yureka/staging-test"; value = "https://cl.forkos.org/nixpkgs main";
notify_committers = false; notify_committers = false;
} }
{ {