diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-10-18 18:40:02 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-10-21 10:22:10 +0200 |
| commit | f57cb90d47182ae19b031c885bc09bdcad72668c (patch) | |
| tree | 6f26a037fccc0d4ead59459429f296f2e8ceb572 /dashboard/config/linux/bits/linux-upstream.yml | |
| parent | 99b9ab211949d89a18fcb4f0f97341a4d4cbe1bb (diff) | |
dashboard/config/linux: add config fragments
Add config fragments for the new config generation system.
Update #2171
Diffstat (limited to 'dashboard/config/linux/bits/linux-upstream.yml')
| -rw-r--r-- | dashboard/config/linux/bits/linux-upstream.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/linux-upstream.yml b/dashboard/config/linux/bits/linux-upstream.yml new file mode 100644 index 000000000..8ccd40358 --- /dev/null +++ b/dashboard/config/linux/bits/linux-upstream.yml @@ -0,0 +1,6 @@ +# Copyright 2020 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +kernel: + repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git + tag: v5.8-rc7 |
