You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The dfu sample filter seems not to work. It should select only boards when slot0_partition and slot1_partition are define.
filter:
dt_label_with_parent_compat_enabled("slot0_partition", "fixed-partitions")
and dt_label_with_parent_compat_enabled("slot1_partition", "fixed-partitions") and dt_chosen_enabled("zephyr,flash-controller")
and CONFIG_FLASH_HAS_DRIVER_ENABLED
This means that boards that define a partition, like storage, should never been selected because the final devicetree is defined without those partitions. See below fragment from same54_xpro:
west twister -p same54_xpro/same54p20a -s sample.usb.dfu.permanent.download --no-detailed-test-id
Expected behavior
Twister filter can filter the conditions. This could avoid add unrelated boards to exclusion list and keep CI sane. Otherwise changes on these platforms can never be catch.
Describe the bug
The dfu sample filter seems not to work. It should select only boards when slot0_partition and slot1_partition are define.
This means that boards that define a partition, like storage, should never been selected because the final devicetree is defined without those partitions. See below fragment from same54_xpro:
The issue was found on https://github.com/zephyrproject-rtos/zephyr/actions/runs/12832618368/job/35789498048?pr=84118
To Reproduce
Steps to reproduce the behavior:
west twister -p same54_xpro/same54p20a -s sample.usb.dfu.permanent.download --no-detailed-test-id
Expected behavior
Twister filter can filter the conditions. This could avoid add unrelated boards to exclusion list and keep CI sane. Otherwise changes on these platforms can never be catch.
Impact
CI false positives and integration delays
Logs and console output
Details can be found at https://github.com/zephyrproject-rtos/zephyr/actions/runs/12832618368/job/35789498048?pr=84118
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: