Skip to content
Snippets Groups Projects
Commit b5b37f4e authored by Astro's avatar Astro :gear:
Browse files

hydra: add "type" key to jobsets

parent 2ed07bb6
No related branches found
No related tags found
No related merge requests found
Pipeline #4350 passed
{ {
"enabled": 1, "enabled": 1,
"type": 0,
"hidden": true, "hidden": true,
"description": "Jobsets", "description": "Jobsets",
"nixexprinput": "rust-card10", "nixexprinput": "rust-card10",
......
...@@ -3,6 +3,7 @@ let ...@@ -3,6 +3,7 @@ let
jobsets = { jobsets = {
c-firmware = { c-firmware = {
enabled = 1; enabled = 1;
type = 0;
hidden = false; hidden = false;
description = "card10 C firmware"; description = "card10 C firmware";
nixexprinput = "rust-card10"; nixexprinput = "rust-card10";
...@@ -20,6 +21,7 @@ let ...@@ -20,6 +21,7 @@ let
}; };
rust-l0dables = { rust-l0dables = {
enabled = 1; enabled = 1;
type = 0;
hidden = false; hidden = false;
description = "card10 Rust l0dable examples"; description = "card10 Rust l0dable examples";
nixexprinput = "rust-card10"; nixexprinput = "rust-card10";
...@@ -38,6 +40,7 @@ let ...@@ -38,6 +40,7 @@ let
}; };
firmware-combined = { firmware-combined = {
enabled = 1; enabled = 1;
type = 0;
hidden = false; hidden = false;
description = "Prepared firmware with Rust l0dables"; description = "Prepared firmware with Rust l0dables";
nixexprinput = "rust-card10"; nixexprinput = "rust-card10";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment