tf/hydra: add a project for our hydra fork

This commit is contained in:
Pierre Bourdon 2024-07-17 13:34:10 +02:00
parent 234522cc3b
commit 5a05e44a95
Signed by: delroth
GPG key ID: 6FB80DCD84DA0F1C

View file

@ -138,5 +138,32 @@ in
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;
};
};
}