hydra-test/spec.json
illustris 02da3e3d81 init
2022-02-05 06:37:28 +05:30

25 lines
502 B
JSON

{
"enabled": 1,
"hidden": false,
"description": "Jobset desription",
"nixexprinput": "src",
"nixexprpath": "default.nix",
"checkinterval": 300,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 3,
"inputs": {
"src": {
"type": "git",
"value": "https://github.com/illustris/hydra-builds.git",
"emailresponsible": false
},
"nixpkgs": {
"type": "git",
"value": "https://github.com/NixOS/nixpkgs.git master",
"emailresponsible": false
}
}
}