Skip to content

Commit 5d6471b

Browse files
nashifnordicjm
authored andcommitted
zephyr: convert platform_allow to a list
Twister now expects a yaml list of plaforms. Signed-off-by: Anas Nashif <[email protected]>
1 parent 7cc6005 commit 5d6471b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

boot/zephyr/sample.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ sample:
55
tests:
66
sample.bootloader.mcuboot:
77
tags: bootloader_mcuboot
8-
platform_allow: nrf52840dk/nrf52840 frdm_k64f disco_l475_iot1
8+
platform_allow:
9+
- nrf52840dk/nrf52840
10+
- frdm_k64f
11+
- disco_l475_iot1
912
integration_platforms:
1013
- nrf52840dk/nrf52840
1114
- frdm_k64f

0 commit comments

Comments
 (0)