tests: create a declarative project spec and the autoconfig machinery

This commit is contained in:
Graham Christensen
2022-01-15 13:17:25 -05:00
parent 9d3b14dd43
commit eef633c1cc
3 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,24 @@
{
"enabled": 1,
"hidden": false,
"description": "declarative-jobset-example",
"nixexprinput": "src",
"nixexprpath": "declarative/generator.nix",
"checkinterval": 300,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 3,
"inputs": {
"src": {
"type": "path",
"value": "@jobsPath@",
"emailresponsible": false
},
"jobspath": {
"type": "string",
"value": "@jobsPath@",
"emailresponsible": false
}
}
}