diff options
| author | Marco Elver <elver@google.com> | 2021-11-09 16:41:11 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-11-09 18:13:49 +0100 |
| commit | 7cca3ba6d77b24d3e87da22025dcb59d86bee7b6 (patch) | |
| tree | 6ceb86564df48853501dbf2cb05b2de7b5872a25 | |
| parent | 85c102245a7c19586b9f2eff2a331e2b31697f25 (diff) | |
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.
| -rw-r--r-- | dashboard/config/linux/main.yml | 4 |
1 files 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] |
