summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-24 01:29:49 -0400
committerseth <[email protected]>2023-05-24 01:29:49 -0400
commitdd8bc3927d79a8d092a20f3985a4f9d199c01877 (patch)
treeab50ecf0aa79653997f392ddb66693e58672f8d1
parent5ee273a60e8b6c7aa24d23e61265a280984c3883 (diff)
hydra: be less verbose with jobset
-rw-r--r--.hydra.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/.hydra.json b/.hydra.json
index b69b7d1..f7e9385 100644
--- a/.hydra.json
+++ b/.hydra.json
@@ -3,12 +3,12 @@
"enabled": 1,
"type": 1,
"hidden": false,
- "description": "build main branch",
+ "description": "build flake",
"checkinterval": 60,
- "schedulingshares": 10,
+ "schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 3,
- "flake": "github:getchoo/flake/main"
+ "flake": "github:getchoo/flake"
}
}