aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/openbsd/config.ci
blob: 15e5c222eb36f3f2e039040eba70e25bc594be9f (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
	"name": "ci-openbsd",
	"http": ":8080",
	"manager_port_start": 50010,
	"dashboard_addr": "https://syzkaller.appspot.com",
	"dashboard_client": "ci-openbsd-ci",
	"hub_addr": "ci-hub.c.syzkaller.internal:50001",
	"syzkaller_repo": "https://github.com/google/syzkaller.git",
	"managers": [
		{
			"name": "main",
			"dashboard_client": "ci-openbsd",
			"repo": "https://github.com/openbsd/src.git",
			"repo_alias": "openbsd",
			"userspace": "/syzkaller/userspace",
			"kernel_config": "/syzkaller/config/openbsd/sp",
			"jobs": {
				"poll_commits": true,
				"test_patches": true
			},
			"manager_config": {
				"target": "openbsd/amd64",
				"cover": true,
				"reproduce": false,
				"procs": 8,
				"type": "gce",
				"vm": {
					"count": 10,
					"machine_type": "e2-small",
					"gcs_path": "syzkaller/disks"
				}
			}
		},
		{
			"name": "multicore",
			"dashboard_client": "ci-openbsd",
			"repo": "https://github.com/openbsd/src.git",
			"repo_alias": "multicore",
			"userspace": "/syzkaller/userspace-multicore",
			"kernel_config": "/syzkaller/config/openbsd/mp",
			"jobs": {
				"test_patches": true
			},
			"manager_config": {
				"target": "openbsd/amd64",
				"cover": true,
				"reproduce": false,
				"procs": 8,
				"type": "gce",
				"vm": {
					"count": 10,
					"machine_type": "e2-highcpu-2",
					"gcs_path": "syzkaller/disks"
				}
			}
		},
		{
			"name": "setuid",
			"dashboard_client": "ci-openbsd",
			"repo": "https://github.com/openbsd/src.git",
			"repo_alias": "multicore",
			"userspace": "/syzkaller/userspace",
			"kernel_config": "/syzkaller/config/openbsd/mp",
			"jobs": {
				"test_patches": true
			},
			"manager_config": {
				"target": "openbsd/amd64",
				"sandbox": "setuid",
				"cover": true,
				"reproduce": false,
				"procs": 8,
				"type": "gce",
				"vm": {
					"count": 10,
					"machine_type": "e2-highcpu-2",
					"gcs_path": "syzkaller/disks"
				}
			}
		}
	],
	"asset_storage": {
		"upload_to": "gs://syzbot-assets",
		"public_access": true
	}
}