From bd8b4220d51d391adeba08cfcd2c886b9f0b0599 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 18 Dec 2018 10:24:59 +0100 Subject: syz-ci: upload syzkaller build errors to dashboard Fixes #793 --- syz-ci/testdata/example.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'syz-ci/testdata/example.cfg') 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", -- cgit mrf-deployment