attempting to fix hydra jobsets

pull/23/head
Sebastien Bourdeauducq 2020-10-08 13:52:17 +08:00
parent 4dd16d3aa8
commit 477f9ce197
1 changed files with 15 additions and 13 deletions

View File

@ -1,16 +1,18 @@
{ {
"enabled": 1, "artiq": {
"hidden": true, "enabled": 1,
"description": "js", "hidden": true,
"nixexprinput": "nixScripts", "description": "js",
"nixexprpath": "hydra/artiq.nix", "nixexprinput": "nixScripts",
"checkinterval": 300, "nixexprpath": "hydra/artiq.nix",
"schedulingshares": 10, "checkinterval": 300,
"enableemail": false, "schedulingshares": 10,
"emailoverride": "", "enableemail": false,
"keepnr": 10, "emailoverride": "",
"inputs": { "keepnr": 10,
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-20.03", "emailresponsible": false }, "inputs": {
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false } "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-20.03", "emailresponsible": false },
"nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false }
}
} }
} }