hydra-config/jobsets.json

16 lines
431 B
JSON
Raw Normal View History

2019-09-12 00:58:00 +02:00
{
"enabled": 1,
"hidden": true,
"description": "Jobsets",
"nixexprinput": "nix-config",
2019-09-12 01:01:31 +02:00
"nixexprpath": "jobsets.nix",
2019-09-12 00:58:00 +02:00
"checkinterval": 300,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "astro@spaceboyz.net",
"keepnr": 10,
"inputs": {
2019-09-12 02:24:28 +02:00
"c3d2": { "type": "git", "value": "https://gitea.c3d2.de/C3D2/hydra-config.git master 1", "emailresponsible": false }
2019-09-12 00:58:00 +02:00
}
}