From 7cca3ba6d77b24d3e87da22025dcb59d86bee7b6 Mon Sep 17 00:00:00 2001 From: Marco Elver Date: Tue, 9 Nov 2021 16:41:11 +0100 Subject: dashboard/config/linux: simplify debug.yml and lockdep.yml constraints Simplify contraints on debug.yml and lockdep.yml: kmsan, kcsan, and kmemleak instances already list nonoise, so there's no point in adding these constraints to debug.yml and lockdep.yml. --- dashboard/config/linux/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/config/linux/main.yml b/dashboard/config/linux/main.yml index b82ea3791..d131a13ec 100644 --- a/dashboard/config/linux/main.yml +++ b/dashboard/config/linux/main.yml @@ -52,8 +52,8 @@ includes: - selinux.yml: [selinux] - smack.yml: [smack] - slab.yml: [slab] - - debug.yml: [-nonoise, -kmsan, -kcsan, -kmemleak] - - lockdep.yml: [-nonoise, -kmsan, -kcsan, -kmemleak] + - debug.yml: [-nonoise] + - lockdep.yml: [-nonoise] - kmemleak.yml: [kmemleak] - kasan.yml: [kasan] - mte.yml: [mte] -- cgit mrf-deployment