From fc7735a27949755327024847e12dcc1b868bcb99 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 1 Aug 2020 14:44:36 +0200 Subject: dashboard/config: move OS configs into separate dirs There are too many assorted things in the config dir now. Split them per-OS. For now we just copy them to simplify deployment. When syzbot instances are switched to new configs, we can remove the old ones. Update #2171 --- dashboard/config/linux/android-5.4.cmdline | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dashboard/config/linux/android-5.4.cmdline (limited to 'dashboard/config/linux/android-5.4.cmdline') diff --git a/dashboard/config/linux/android-5.4.cmdline b/dashboard/config/linux/android-5.4.cmdline new file mode 100644 index 000000000..46858c875 --- /dev/null +++ b/dashboard/config/linux/android-5.4.cmdline @@ -0,0 +1,11 @@ +workqueue.watchdog_thresh=140 +nf-conntrack-ftp.ports=20000 +nf-conntrack-tftp.ports=20000 +nf-conntrack-sip.ports=20000 +nf-conntrack-irc.ports=20000 +nf-conntrack-sane.ports=20000 +vivid.n_devs=16 +vivid.multiplanar=1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2 +dummy_hcd.num=8 +binder.debug_mask=0 +panic_on_warn=0 -- cgit mrf-deployment