summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.hydra.json26
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"
}
}