From f60abda696def6eaa03bc05419dda4b42e425b80 Mon Sep 17 00:00:00 2001 From: Alexander Potapenko Date: Thu, 18 Jul 2024 11:22:28 +0200 Subject: dashboard/config: add -next configs for KMSAN We are going to replace ci-upstream-kmsan-gce-386-root with an x86_64 instance tracking -next. The new configs will be using smack instead of AppArmor to increase the overall KMSAN coverage. --- dashboard/config/linux/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard/config/linux/main.yml') diff --git a/dashboard/config/linux/main.yml b/dashboard/config/linux/main.yml index 45df5d1d5..04b4901da 100644 --- a/dashboard/config/linux/main.yml +++ b/dashboard/config/linux/main.yml @@ -8,6 +8,7 @@ instances: - upstream-kasan-badwrites: [linux-next, x86_64, timeouts_native, gcc, bpfjit, lsm, apparmor, kasan, kasan_panic_on_write, kfence] - upstream-unmaintained: [upstream, x86_64, timeouts_native, clang, baseline, unmaintained, kasan, kfence] - upstream-kmsan: [upstream, timeouts_native, x86_64, clang, lsm, apparmor, nonoise, kmsan] + - upstream-kmsan-next: [linux-next, timeouts_native, x86_64, clang, lsm, smack, nonoise, kmsan] - upstream-kcsan: [upstream, timeouts_native, x86_64, clang, onlynet, nonoise, kcsan] - upstream-leak: [upstream, timeouts_native, x86_64, gcc, bpfjit, lsm, apparmor, nonoise, kmemleak] - upstream-usb: [upstream, timeouts_native, x86_64, gcc, lsm, apparmor, onlyusb, kasan] -- cgit mrf-deployment