-
Notifications
You must be signed in to change notification settings - Fork 4
/
spec.json
64 lines (64 loc) · 2.27 KB
/
spec.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"SDE": {
"enabled": 1,
"hidden": false,
"description": "Barefoot Tofino SDE",
"nixexprinput": "src",
"nixexprpath": "release.nix",
"checkinterval": 300,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 3,
"inputs": {
"src": { "type": "git", "value": "https://github.com/alexandergall/bf-sde-nixpkgs.git", "emailresponsible": false }
}
},
"SDE-track-nixpkgs-master": {
"enabled": 1,
"hidden": false,
"description": "Barefoot Tofino SDE on nixpkgs master",
"nixexprinput": "src",
"nixexprpath": "release.nix",
"checkinterval": 86400,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 0,
"inputs": {
"src": { "type": "git", "value": "https://github.com/alexandergall/bf-sde-nixpkgs.git nixpkgs-master", "emailresponsible": false },
"nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs.git", "emailresponsible": false }
}
},
"test-cases": {
"enabled": 1,
"hidden": false,
"description": "Barefoot Tofino SDE test cases",
"nixexprinput": "src",
"nixexprpath": "release-test-cases.nix",
"checkinterval": 300,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 3,
"inputs": {
"src": { "type": "git", "value": "https://github.com/alexandergall/bf-sde-nixpkgs.git", "emailresponsible": false }
}
},
"test-cases-track-nixpkgs-master": {
"enabled": 1,
"hidden": false,
"description": "Barefoot Tofino SDE test cases on nixpkgs master",
"nixexprinput": "src",
"nixexprpath": "release-test-cases.nix",
"checkinterval": 86400,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 0,
"inputs": {
"src": { "type": "git", "value": "https://github.com/alexandergall/bf-sde-nixpkgs.git nixpkgs-master", "emailresponsible": false },
"nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs.git", "emailresponsible": false }
}
}
}