From 5bd75bcbd2bb1af3373958ab3a4c9f176151dab4 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 13 May 2021 15:41:28 +0800 Subject: [PATCH] hydra: add data required by new GiteaStatus plugin --- hydra/artiq.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hydra/artiq.json b/hydra/artiq.json index e023d9e..ff0ba22 100644 --- a/hydra/artiq.json +++ b/hydra/artiq.json @@ -181,7 +181,11 @@ "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false }, "artiq-fast": { "type": "sysbuild", "value": "artiq:fast:generated-nix", "emailresponsible": false }, "zynq-rs": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/zynq-rs.git", "emailresponsible": false }, - "artiq-zynq": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/artiq-zynq.git", "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" } } } }