From 345b3bca02f10a503d9dcb3c3dec1b099cc53233 Mon Sep 17 00:00:00 2001 From: Alp Sayin Date: Fri, 6 Jan 2023 16:16:17 +0000 Subject: [PATCH] samples: subsys: zbus: benchmark: remove all platform exclusions The sample is now able to run on all previously excluded platforms. Signed-off-by: Alp Sayin --- samples/subsys/zbus/benchmark/sample.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/samples/subsys/zbus/benchmark/sample.yaml b/samples/subsys/zbus/benchmark/sample.yaml index ceff427d1af..45d4bbde5d4 100644 --- a/samples/subsys/zbus/benchmark/sample.yaml +++ b/samples/subsys/zbus/benchmark/sample.yaml @@ -19,9 +19,6 @@ tests: - CONFIG_BM_ONE_TO=8 - CONFIG_BM_MESSAGE_SIZE=256 - CONFIG_BM_ASYNC=y - platform_exclude: qemu_x86 qemu_x86_64 qemu_riscv32_smp native_posix native_posix_64 - qemu_riscv32_smp qemu_cortex_a53_smp qemu_riscv64_smp qemu_leon3 qemu_xtensa qemu_cortex_a53 - qemu_riscv32 qemu_malta qemu_malta_be qemu_arc_hs6x qemu_riscv64 m2gl025_miv hifive_unleashed sample.zbus.benchmark_sync: tags: zbus min_ram: 16 @@ -40,6 +37,3 @@ tests: - CONFIG_BM_ONE_TO=8 - CONFIG_BM_MESSAGE_SIZE=256 - CONFIG_BM_ASYNC=n - platform_exclude: qemu_x86 qemu_x86_64 qemu_riscv32_smp native_posix native_posix_64 - qemu_riscv32_smp qemu_cortex_a53_smp qemu_riscv64_smp qemu_leon3 qemu_xtensa qemu_cortex_a53 - qemu_riscv32 m2gl025_miv m2gl025_miv