tf/hydra: add a project for our hydra fork
This commit is contained in:
parent
234522cc3b
commit
5a05e44a95
|
@ -138,5 +138,32 @@ in
|
||||||
|
|
||||||
email_notifications = false;
|
email_notifications = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
resource.hydra_project.hydra = {
|
||||||
|
name = "hydra";
|
||||||
|
display_name = "ForkOS Hydra";
|
||||||
|
description = "ForkOS hydra fork";
|
||||||
|
homepage = "https://git.lix.system/lix-project/hydra";
|
||||||
|
owner = "terraform";
|
||||||
|
enabled = true;
|
||||||
|
visible = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
resource.hydra_jobset.hydra_main = {
|
||||||
|
project = config.resource.hydra_project.hydra.name;
|
||||||
|
state = "enabled";
|
||||||
|
visible = true;
|
||||||
|
name = "main";
|
||||||
|
type = "flake";
|
||||||
|
description = "main branch for the hydra repo";
|
||||||
|
|
||||||
|
flake_uri = "git+https://git.lix.systems/lix-project/hydra";
|
||||||
|
|
||||||
|
check_interval = 600;
|
||||||
|
scheduling_shares = 3000;
|
||||||
|
keep_evaluations = 5;
|
||||||
|
|
||||||
|
email_notifications = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue