aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/main.yml
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2024-07-18 11:22:28 +0200
committerAlexander Potapenko <glider@google.com>2024-07-18 12:50:47 +0000
commitf60abda696def6eaa03bc05419dda4b42e425b80 (patch)
treed36bb0fcf0bd312bc1c1665458b618e71b64a53e /dashboard/config/linux/main.yml
parent71884c12555595a8e0a95e0538481f5a71d4d974 (diff)
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.
Diffstat (limited to 'dashboard/config/linux/main.yml')
-rw-r--r--dashboard/config/linux/main.yml1
1 files changed, 1 insertions, 0 deletions
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]