From f57cb90d47182ae19b031c885bc09bdcad72668c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 18 Oct 2020 18:40:02 +0200 Subject: dashboard/config/linux: add config fragments Add config fragments for the new config generation system. Update #2171 --- dashboard/config/linux/bits/linux-upstream.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dashboard/config/linux/bits/linux-upstream.yml (limited to 'dashboard/config/linux/bits/linux-upstream.yml') 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 -- cgit mrf-deployment