diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-07-17 11:17:37 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-07-17 12:39:06 +0200 |
| commit | 0fd1458dbaed26d8f3696b3781fde15ae85414e7 (patch) | |
| tree | 2e726480f20db20c3f05ebcce4fc3bcd1043560d /syz-ci/testdata/example.cfg | |
| parent | 558280a686b634a0b5c383107aa8798a0046bf76 (diff) | |
syz-ci: specify dashboard client per manager
Dashboard will need to distinguish managers
to understand what kernel they are testing.
Diffstat (limited to 'syz-ci/testdata/example.cfg')
| -rw-r--r-- | syz-ci/testdata/example.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/syz-ci/testdata/example.cfg b/syz-ci/testdata/example.cfg index dcbb4832d..413c35095 100644 --- a/syz-ci/testdata/example.cfg +++ b/syz-ci/testdata/example.cfg @@ -2,13 +2,14 @@ "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", + "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", |
