diff --git a/hydra/artiq.json b/hydra/artiq.json index c8517e6..01db2ee 100644 --- a/hydra/artiq.json +++ b/hydra/artiq.json @@ -186,27 +186,18 @@ "emailoverride": "", "keepnr": 50 }, + "zynq-beta": { "enabled": 1, + "type": 1, "hidden": false, "description": "ARTIQ on Zynq-7000 (beta version)", - "nixexprinput": "nixScripts", - "nixexprpath": "artiq-zynq.nix", + "flake": "git+https://git.m-labs.hk/m-labs/artiq-zynq.git", "checkinterval": 300, - "schedulingshares": 1, + "schedulingshares": 10, "enableemail": false, "emailoverride": "", - "keepnr": 50, - "inputs": { - "nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs.git nixos-21.05", "emailresponsible": false }, - "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false }, - "artiq-fast": { "type": "sysbuild", "value": "artiq:fast-beta:generated-nix", "emailresponsible": false }, - "artiq-zynq": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/artiq-zynq.git", "emailresponsible": false }, - - "gitea_repo_name": { "value": "artiq-zynq", "type": "string" }, - "gitea_repo_owner": { "value": "M-Labs", "type": "string" }, - "gitea_status_repo": { "value": "artiq-zynq", "type": "string" } - } + "keepnr": 50 }, "zynq": { "enabled": 1,