2026-02-09 7:55 AM - last edited on 2026-02-10 8:10 AM by mƎALLEm
Does ST maintain any automated tests for ST development boards and Zephyr? If so, where may I find more details about the hardware used and test coverage?
Solved! Go to Solution.
2026-02-19 9:25 AM
Yes, we're running CICD tests every night on top of Zephyr main branch.
Around 25 boards are used (one per series) and around 10ĸ tests in total are run every night.
Unfortunately, there is no good community solution today to expose these results. Though, we're uploading a session results once per week in https://github.com/zephyrproject-rtos/test_results.
There are still some limitations in what we're able to test but we're working on expanding the coverage.
2026-02-16 2:22 AM
Hello @aw-engineer,
I recommend checking out the official Zephyr documentation: https://docs.zephyrproject.org
There you will find projects for ST development boards and Zephyr, along with detailed documentation and examples.
I hope this answer helps you. When your question is resolved, please mark this topic as the accepted solution, as it will help others find the information more easily.
Thanks for your contribution.
Dor_RH
2026-02-19 9:25 AM
Yes, we're running CICD tests every night on top of Zephyr main branch.
Around 25 boards are used (one per series) and around 10ĸ tests in total are run every night.
Unfortunately, there is no good community solution today to expose these results. Though, we're uploading a session results once per week in https://github.com/zephyrproject-rtos/test_results.
There are still some limitations in what we're able to test but we're working on expanding the coverage.