From b5b37f4eee16fe80f99e33cb2ec89da046990c0e Mon Sep 17 00:00:00 2001 From: Astro <astro@spaceboyz.net> Date: Mon, 9 Dec 2019 23:04:29 +0100 Subject: [PATCH] hydra: add "type" key to jobsets --- hydra/hydra.json | 1 + hydra/hydra.nix | 3 +++ 2 files changed, 4 insertions(+) diff --git a/hydra/hydra.json b/hydra/hydra.json index 57a2f02..bdbe922 100644 --- a/hydra/hydra.json +++ b/hydra/hydra.json @@ -1,5 +1,6 @@ { "enabled": 1, + "type": 0, "hidden": true, "description": "Jobsets", "nixexprinput": "rust-card10", diff --git a/hydra/hydra.nix b/hydra/hydra.nix index 7e69995..289fdbd 100644 --- a/hydra/hydra.nix +++ b/hydra/hydra.nix @@ -3,6 +3,7 @@ let jobsets = { c-firmware = { enabled = 1; + type = 0; hidden = false; description = "card10 C firmware"; nixexprinput = "rust-card10"; @@ -20,6 +21,7 @@ let }; rust-l0dables = { enabled = 1; + type = 0; hidden = false; description = "card10 Rust l0dable examples"; nixexprinput = "rust-card10"; @@ -38,6 +40,7 @@ let }; firmware-combined = { enabled = 1; + type = 0; hidden = false; description = "Prepared firmware with Rust l0dables"; nixexprinput = "rust-card10"; -- GitLab