Revert "attempting to fix hydra jobsets"

This reverts commit 477f9ce197.
pull/23/head
Sebastien Bourdeauducq 2020-10-08 13:54:36 +08:00
parent 477f9ce197
commit 1263c7f15f
1 changed files with 13 additions and 15 deletions

View File

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