add sinara-systems jobset

pull/16/head
Sebastien Bourdeauducq 2019-02-17 12:31:27 +08:00
parent 5288143ea3
commit 2d2f9bfbf6
1 changed files with 20 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"main": {
"enabled": 1,
"hidden": false,
"description": "js",
"description": "Main ARTIQ packages",
"nixexprinput": "nixScripts",
"nixexprpath": "main.nix",
"checkinterval": 300,
@ -16,10 +16,28 @@
"emailoverride": "",
"keepnr": 10,
"inputs": {
"nixScripts": { "type": "git", "value": "git://github.com/m-labs/nix-scripts.git", "emailresponsible": false },
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-18.09", "emailresponsible": false },
"nixScripts": { "type": "git", "value": "git://github.com/m-labs/nix-scripts.git", "emailresponsible": false },
"artiqSrc": { "type": "git", "value": "git://github.com/m-labs/artiq.git master 1", "emailresponsible": false }
}
},
"sinara-systems": {
"enabled": 1,
"hidden": false,
"description": "Board support artefacts for generic Sinara systems",
"nixexprinput": "nixScripts",
"nixexprpath": "sinara-systems.nix",
"checkinterval": 86400,
"schedulingshares": 1,
"enableemail": false,
"emailoverride": "",
"keepnr": 10,
"inputs": {
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-18.09", "emailresponsible": false },
"nixScripts": { "type": "git", "value": "git://github.com/m-labs/nix-scripts.git", "emailresponsible": false },
"sinaraSystemsSrc": { "type": "git", "value": "git://github.com/m-labs/sinara-systems.git", "emailresponsible": false },
"m-labs": { "type": "sysbuild", "value": "artiq:main:generated-nix", "emailresponsible": false }
}
}
}
EOF