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
|
{
"name": "ci",
"http": ":80",
"dashboard_addr": "1.2.3.4:1234",
"dashboard_key": "111",
"hub_addr": "2.3.4.5:2345",
"hub_key": "222",
"goroot": "/syzkaller/goroot",
"managers": [
{
"name": "upstream-kasan",
"repo": "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git",
"branch": "master",
"compiler": "/syzkaller/gcc/bin/gcc",
"userspace": "/syzkaller/wheezy",
"kernel_config": "/syzkaller/kasan.config",
"manager_config": {
"http": ":10000",
"type": "gce",
"sandbox": "namespace",
"procs": 8,
"vm": {
"count": 10,
"machine_type": "n1-standard-2",
"gcs_bucket": "syzkaller"
}
}
},
{
"name": "linux-next-kasan",
"repo": "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git",
"branch": "master",
"compiler": "/syzkaller/gcc/bin/gcc",
"userspace": "/syzkaller/wheezy",
"kernel_config": "/syzkaller/kasan.config",
"manager_config": {
"http": ":10001",
"type": "gce",
"sandbox": "namespace",
"procs": 8,
"vm": {
"count": 10,
"machine_type": "n1-standard-2",
"gcs_bucket": "syzkaller"
}
}
}
]
}
|