From 9bfc4aae5951224ed755cac186fc4cacc8339822 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 12 Feb 2022 11:05:21 +0800 Subject: [PATCH] hydra: add sipyco job --- hydra/artiq.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hydra/artiq.json b/hydra/artiq.json index 37107e9..8a8f5ee 100644 --- a/hydra/artiq.json +++ b/hydra/artiq.json @@ -208,6 +208,18 @@ } }, + "sipyco": { + "enabled": 1, + "type": 1, + "hidden": false, + "description": "Simple Python Communications", + "flake": "github:m-labs/sipyco", + "checkinterval": 600, + "schedulingshares": 10, + "enableemail": false, + "emailoverride": "", + "keepnr": 50 + }, "zynq-rs": { "enabled": 1, "type": 1,