diff options
| author | Marco Elver <elver@google.com> | 2021-11-09 12:24:01 +0100 |
|---|---|---|
| committer | Marco Elver <me@marcoelver.com> | 2021-11-09 13:08:50 +0100 |
| commit | 59bcaf9a32d049b180bfc3e2ff2b80fb0ac2d5b1 (patch) | |
| tree | 08d089eea6864a4a16c680260d5210352409c683 /dashboard/config/linux/main.yml | |
| parent | e30886ac84d9cd25e16390bea906d2cecfd27f19 (diff) | |
dashboard/config/linux: enable networking subsystems for KCSAN instance
Add the 'onlynet' tag and use it on the KCSAN instance.
Strictly speaking 'wireless', 'bluetooth', and 'hamradio' could also be
included in 'onlynet', but leave them out for now.
Diffstat (limited to 'dashboard/config/linux/main.yml')
| -rw-r--r-- | dashboard/config/linux/main.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dashboard/config/linux/main.yml b/dashboard/config/linux/main.yml index a12befecf..3dbe15cdd 100644 --- a/dashboard/config/linux/main.yml +++ b/dashboard/config/linux/main.yml @@ -6,7 +6,7 @@ instances: - upstream-selinux-kasan: [linux-next, x86_64, gcc, lsm, selinux, slab, kasan, kfence] - upstream-smack-kasan: [linux-next, x86_64, clang, bpfjit, lsm, smack, kasan, kfence] - upstream-kmsan: [x86_64, clang, lsm, apparmor, nonoise, kmsan] - - upstream-kcsan: [upstream, x86_64, clang, baseline, slab, nonoise, kcsan] + - upstream-kcsan: [upstream, x86_64, clang, onlynet, slab, nonoise, kcsan] - upstream-leak: [upstream, x86_64, gcc, bpfjit, lsm, apparmor, slab, nonoise, kmemleak] - upstream-usb: [upstream, x86_64, gcc, lsm, apparmor, onlyusb, kasan] - upstream-arm64-kasan: [upstream, arm64, gcc, lsm, selinux, reduced, kasan] @@ -35,17 +35,17 @@ includes: - arm.yml: [arm] - riscv64.yml: [riscv] - s390.yml: [s390] - - subsystems.yml: [-baseline, -onlyusb] + - subsystems.yml: [-baseline, -onlynet, -onlyusb] - net.yml: [-baseline, -onlyusb] - net-extra.yml: [-baseline, -onlyusb, -reduced] - - crypto.yml: [-baseline, -onlyusb] - - bpf.yml: [-baseline, -onlyusb] - - partitions.yml: [-baseline, -onlyusb, -reduced] - - filesystems.yml: [-baseline, -onlyusb, -reduced] - - media.yml: [-baseline, -onlyusb, -reduced] - - bluetooth.yml: [-baseline, -onlyusb, -reduced, -s390] - - wireless.yml: [-baseline, -onlyusb, -reduced, -s390] - - hamradio.yml: [-baseline, -onlyusb, -reduced, -s390] + - crypto.yml: [-baseline, -onlynet, -onlyusb] + - bpf.yml: [-baseline, -onlynet, -onlyusb] + - partitions.yml: [-baseline, -onlynet, -onlyusb, -reduced] + - filesystems.yml: [-baseline, -onlynet, -onlyusb, -reduced] + - media.yml: [-baseline, -onlynet, -onlyusb, -reduced] + - bluetooth.yml: [-baseline, -onlynet, -onlyusb, -reduced, -s390] + - wireless.yml: [-baseline, -onlynet, -onlyusb, -reduced, -s390] + - hamradio.yml: [-baseline, -onlynet, -onlyusb, -reduced, -s390] - usb.yml: [onlyusb] - lsm.yml: [lsm] - apparmor.yml: [apparmor] |
