diff options
| author | seth <[email protected]> | 2023-05-24 03:38:54 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-24 03:38:54 -0400 |
| commit | a3e6b6d909a66bb5cd9fd34d091dd8dab22f0ca0 (patch) | |
| tree | c37bef6e4bf110695ce816eadd4456e85e9693d8 | |
| parent | 43d9a10f79493a281b04144e9b2e9525ecfb632c (diff) | |
hydra: make staging/trying jobsets for bors
| -rw-r--r-- | .hydra.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.hydra.json b/.hydra.json index f7e9385..4f20858 100644 --- a/.hydra.json +++ b/.hydra.json @@ -10,5 +10,31 @@ "emailoverride": "", "keepnr": 3, "flake": "github:getchoo/flake" + }, + + "staging": { + "enabled": 1, + "type": 1, + "hidden": false, + "description": "build flake (staging for bors)", + "checkinterval": 60, + "schedulingshares": 100, + "enableemail": false, + "emailoverride": "", + "keepnr": 3, + "flake": "github:getchoo/flake/staging" + }, + + "trying": { + "enabled": 1, + "type": 1, + "hidden": false, + "description": "build flake (trying for bors)", + "checkinterval": 60, + "schedulingshares": 100, + "enableemail": false, + "emailoverride": "", + "keepnr": 3, + "flake": "github:getchoo/flake/trying" } } |
