mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-24 11:59:58 +00:00
bd8b4220d5
Fixes #793
51 lines
1.2 KiB
INI
51 lines
1.2 KiB
INI
{
|
|
"name": "ci",
|
|
"http": ":80",
|
|
"dashboard_addr": "1.2.3.4:1234",
|
|
"hub_addr": "2.3.4.5:2345",
|
|
"hub_key": "222",
|
|
"goroot": "/syzkaller/goroot",
|
|
"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",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|