From 8ccc3ea6ba077cf2c1e5672bf7ddd21a4aaf5cdd Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 3 Mar 2021 18:30:25 +0100 Subject: dashboard/config/linux: remove panic_on_warn from kcsan/kmsan These instances ignore WARNINGs, so they don't want panic_on_warn. --- dashboard/config/linux/bits/debug.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dashboard/config/linux/bits/debug.yml') diff --git a/dashboard/config/linux/bits/debug.yml b/dashboard/config/linux/bits/debug.yml index 8b4fdedee..bc2cb5759 100644 --- a/dashboard/config/linux/bits/debug.yml +++ b/dashboard/config/linux/bits/debug.yml @@ -4,6 +4,9 @@ # Auxiliary debug configs that detect non-critical bugs. config: + # Instances that use nonoise also ignore WARNINGs, so they don't want panic_on_warn. + - CMDLINE: [append, "panic_on_warn=1"] + - LOCKDEP - PROVE_LOCKING - DEBUG_ATOMIC_SLEEP -- cgit mrf-deployment