diff options
| author | seth <[email protected]> | 2023-05-22 20:15:17 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-23 11:05:37 -0400 |
| commit | 6101f0bdb21972be9cb3dae1544dc61051d4e62d (patch) | |
| tree | ecb8a7cf339636b361c1dd4a093d4f494918940f /.hydra.json | |
| parent | 630934a2631d9429b4e46c1b6ec0f6640f332384 (diff) | |
ci: init hydra jobset
Diffstat (limited to '.hydra.json')
| -rw-r--r-- | .hydra.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.hydra.json b/.hydra.json new file mode 100644 index 0000000..e09fe16 --- /dev/null +++ b/.hydra.json @@ -0,0 +1,14 @@ +{ + "use-hydra": { + "enabled": 1, + "type": 1, + "hidden": false, + "description": "build use-hydra branch", + "checkinterval": 300, + "schedulingshares": 10, + "enableemail": false, + "emailoverride": "", + "keepnr": 3, + "flake": "github:getchoo/flake/use-hydra" + } +} |
