Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Astro
rust-card10
Commits
b5b37f4e
Commit
b5b37f4e
authored
Dec 09, 2019
by
Astro
⚙
Browse files
hydra: add "type" key to jobsets
parent
2ed07bb6
Pipeline
#4350
passed with stage
in 10 minutes and 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
hydra/hydra.json
View file @
b5b37f4e
{
"enabled"
:
1
,
"type"
:
0
,
"hidden"
:
true
,
"description"
:
"Jobsets"
,
"nixexprinput"
:
"rust-card10"
,
...
...
hydra/hydra.nix
View file @
b5b37f4e
...
...
@@ -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"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment