summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-29 02:53:15 -0400
committerseth <[email protected]>2023-05-29 02:53:15 -0400
commitabcbba4afd652c898081a5a99cd11fbfb97a5081 (patch)
tree8198a15ad1f64df1e39ed9b9f6520ca6c74833de
parent2acefa841f8435cc79ed09c030d227dd63bc4166 (diff)
remove old hydra jobsets
-rw-r--r--.hydra.json40
1 files changed, 0 insertions, 40 deletions
diff --git a/.hydra.json b/.hydra.json
deleted file mode 100644
index f758045..0000000
--- a/.hydra.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "main": {
- "enabled": 1,
- "type": 1,
- "hidden": false,
- "description": "build flake",
- "checkinterval": 60,
- "schedulingshares": 100,
- "enableemail": false,
- "emailoverride": "",
- "keepnr": 3,
- "flake": "github:getchoo/flake/main"
- },
-
- "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"
- }
-}