-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Description
Describe the bug
I worked on checking of platform existence in this PR: #41081 and in the result I discovered, that among Zephyr tests and samples, there are some not existing platforms in platform_allow and integration_platforms lists.
I tried to collect all those cases and assign to them person from CODEOWNERS file or from commits history.
People who are mention in following list: please consider if following not existing platforms should be removed from platform_allow or integration_platforms list or should be replaced by other platform. If some of you feel, that you are not responsible for some of those test please let me know about it - I apologize in advance.
platform_allow
-
tests/subsys/storage/stream/stream_flash|storage.stream_flash.mpu_allow_flash_write|nrf52840_pca10056| @hakonfam -
tests/drivers/build_all/ieee802154|ieee802154.build.cc12xx_cc2520|cc1352_sensortag| @JordanYates -
tests/kernel/workq/critical|kernel.workqueue.nsim|nsim_em_mpu_stack_guard| @nashif @dcpleung @andyross -
tests/posix/common|portability.posix.common.nsimportability.posix.common.newlib.nsim|nsim_em_mpu_stack_guard| @nashif -
samples/subsys/ipc/openamp|sample.ipc.openamp|v2m_musca| @galak -
samples/userspace/syscall_perf|sample.syscall_performances|riscv32| @dcpleung @nashif -
samples/drivers/counter/maxim_ds3231|sample.basic.maxim_ds3231|nrf51_pca10028| @pabigot -
samples/boards/arc_secure_services|sample.board.arc_secure_services|em_starterkit_em7d_secure| @ioannisg -
samples/tfm_integration/tfm_secure_partition|sample.tfm.secure_partitionsample.tfm.secure_partition.ipc|nrf9160dk_nrf9160nsv2m_musca_s1_nonsecurenrf5340dk_nrf5340_cpuappnsmps2_an521_nonsecure| @microbuilder @SebastianBoe
integration_platforms
-
tests/subsys/jwt|libraries.encoding.jwt|frdm_k64| @ceolin -
tests/drivers/flash|drivers.flash.stm32|nucleo_f103rc| @str4t0m -
samples/subsys/ipc/rpmsg_service|sample.ipc.rpmsg_service.nrf|nrf5340dk_nrf5340_cpuapp bl5340_dvk_cpuapp| @lairdjm - please convert this into list of dashes -
samples/subsys/ipc/ipc_service/static_vrings_mi|sample.ipc.static_vrings_mi.nrf|nrf5340dk_nrf5340_cpuapp bl5340_dvk_cpuapp| @carlocaione - please convert this into list of dashes
Expected behavior
All not existing platforms should be removed or replaced by other platform.
Environment
- OS: Linux
- Toolchain Zephyr SDK
- Commit SHA used: 92fbd7d