aboutsummaryrefslogtreecommitdiffstats
path: root/syz-ci/testdata/example.cfg
blob: 1f8a410c219df9af3feff7a8a262a4e0dbf63ceb (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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
	"name": "ci",
	"http": ":80",
	"dashboard_addr": "1.2.3.4:1234",
	"hub_addr": "2.3.4.5:2345",
	"hub_key": "222",
	"goroot": "/syzkaller/goroot",
	"job_poll_period": 20,
	"commit_poll_period": 1800,
	"managers": [
		{
			"name": "upstream-kasan",
			"dashboard_client": "upstream-kasan",
			"dashboard_key": "111",
			"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",
			"kernel_baseline_config": "/syzkaller/kasan_baseline.config",
			"manager_config": {
				"target": "linux/amd64",
				"sandbox": "namespace",
				"procs": 8,
				"type": "gce",
				"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": {
				"target": "linux/amd64",
				"sandbox": "none",
				"procs": 8,
				"type": "gce",
				"vm": {
					"count": 10,
					"machine_type": "n1-standard-2",
					"gcs_bucket": "syzkaller"
				}
			}
		}
	]
}