aboutsummaryrefslogtreecommitdiffstats
path: root/syz-ci/testdata
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-12-18 10:24:59 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-12-18 10:33:05 +0100
commitbd8b4220d51d391adeba08cfcd2c886b9f0b0599 (patch)
tree497d79b6b748549ab2dd50a3c13b581748ddf5f4 /syz-ci/testdata
parent71b3a323ebdd4dfe9f32424d0ef9dd39f5086ad0 (diff)
syz-ci: upload syzkaller build errors to dashboard
Fixes #793
Diffstat (limited to 'syz-ci/testdata')
-rw-r--r--syz-ci/testdata/example.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/syz-ci/testdata/example.cfg b/syz-ci/testdata/example.cfg
index 413c35095..9406fa5c3 100644
--- a/syz-ci/testdata/example.cfg
+++ b/syz-ci/testdata/example.cfg
@@ -16,10 +16,10 @@
"userspace": "/syzkaller/wheezy",
"kernel_config": "/syzkaller/kasan.config",
"manager_config": {
- "http": ":10000",
- "type": "gce",
+ "target": "linux/amd64",
"sandbox": "namespace",
"procs": 8,
+ "type": "gce",
"vm": {
"count": 10,
"machine_type": "n1-standard-2",
@@ -35,10 +35,10 @@
"userspace": "/syzkaller/wheezy",
"kernel_config": "/syzkaller/kasan.config",
"manager_config": {
- "http": ":10001",
- "type": "gce",
- "sandbox": "namespace",
+ "target": "linux/amd64",
+ "sandbox": "none",
"procs": 8,
+ "type": "gce",
"vm": {
"count": 10,
"machine_type": "n1-standard-2",