Skip to content

Commit 6e116e4

Browse files
committed
zephyr/sample.yaml Limit allowed build platforms
Building sample.bootloader.mcuboot for many platforms is not possible (for instance a qemu). The limit is need as otherwise zephyr-rtos/zephyr CI is failing on any push to main branch or nightly CI run. Signed-off-by: Andrzej Puzdrowski <[email protected]>
1 parent f1fd510 commit 6e116e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/zephyr/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sample:
55
tests:
66
sample.bootloader.mcuboot:
77
tags: bootloader_mcuboot
8+
platform_allow: nrf52840dk_nrf52840 frdm_k64f disco_l475_iot1
89
integration_platforms:
910
- nrf52840dk_nrf52840
1011
- frdm_k64f

0 commit comments

Comments
 (0)