Compare commits

..

No commits in common. "dd81b78f7ac92e4b23cd6f658a865072b950c4b1" and "99259356f2770e6085f2b3c759245ce623c8e06e" have entirely different histories.

View file

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