aboutsummaryrefslogtreecommitdiffstats
path: root/syz-ci/testdata/example.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'syz-ci/testdata/example.cfg')
-rw-r--r--syz-ci/testdata/example.cfg49
1 files changed, 49 insertions, 0 deletions
diff --git a/syz-ci/testdata/example.cfg b/syz-ci/testdata/example.cfg
new file mode 100644
index 000000000..dcbb4832d
--- /dev/null
+++ b/syz-ci/testdata/example.cfg
@@ -0,0 +1,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"
+ }
+ }
+ }
+ ]
+}