summaryrefslogtreecommitdiff
path: root/.hydra.json
blob: 4f208587e58882c24aa5bd78202bdfc96a874d84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "main": {
    "enabled": 1,
    "type": 1,
    "hidden": false,
    "description": "build flake",
    "checkinterval": 60,
    "schedulingshares": 100,
    "enableemail": false,
    "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"
  }
}