Skip to content

Commit 57c13c0

Browse files
committed
samples: use native YAML lists
Space-based list support has been removed from upstream Zephyr. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent f274ce8 commit 57c13c0

File tree

1 file changed

+39
-31
lines changed

1 file changed

+39
-31
lines changed

Diff for: samples/sid_end_device/sample.yaml

+39-31
Original file line numberDiff line numberDiff line change
@@ -22,69 +22,77 @@ tests:
2222
- CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y
2323
- CONFIG_SIDEWALK_FILE_TRANSFER=y
2424
- CONFIG_SIDEWALK_APPLICATION_NAME="hello"
25-
tags: Sidewalk hello
26-
25+
tags:
26+
- Sidewalk
27+
- hello
2728
sample.sidewalk.hello.release:
28-
extra_args:
29-
FILE_SUFFIX=release
29+
extra_args: FILE_SUFFIX=release
3030
extra_configs:
3131
- CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y
3232
- CONFIG_SIDEWALK_APPLICATION_NAME="hello.release"
33-
tags: Sidewalk hello
34-
33+
tags:
34+
- Sidewalk
35+
- hello
3536
sample.sidewalk.hello.ble_only:
3637
extra_configs:
3738
- CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n
3839
- CONFIG_SIDEWALK_APPLICATION_NAME="hello.ble_only"
39-
tags: Sidewalk hello BLE
40-
40+
tags:
41+
- Sidewalk
42+
- hello
43+
- BLE
4144
sample.sidewalk.hello.ble_only.release:
42-
extra_args:
43-
FILE_SUFFIX=release
45+
extra_args: FILE_SUFFIX=release
4446
extra_configs:
4547
- CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n
4648
- CONFIG_SIDEWALK_APPLICATION_NAME="hello.ble_only.release"
47-
tags: Sidewalk hello BLE
48-
49+
tags:
50+
- Sidewalk
51+
- hello
52+
- BLE
4953
sample.sidewalk.demo:
50-
extra_args:
51-
OVERLAY_CONFIG="overlay-demo.conf"
54+
extra_args: OVERLAY_CONFIG="overlay-demo.conf"
5255
extra_configs:
5356
- CONFIG_SID_END_DEVICE_PERSISTENT_LINK_MASK=y
5457
- CONFIG_SIDEWALK_APPLICATION_NAME="demo"
55-
tags: Sidewalk demo
56-
58+
tags:
59+
- Sidewalk
60+
- demo
5761
sample.sidewalk.demo.ble_only:
5862
platform_allow:
5963
- thingy53/nrf5340/cpuapp
60-
extra_args:
61-
OVERLAY_CONFIG="overlay-demo.conf"
64+
extra_args: OVERLAY_CONFIG="overlay-demo.conf"
6265
extra_configs:
6366
- CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n
6467
- CONFIG_SIDEWALK_APPLICATION_NAME="demo.ble_only"
6568
integration_platforms:
6669
- thingy53/nrf5340/cpuapp
67-
tags: Sidewalk demo BLE
68-
70+
tags:
71+
- Sidewalk
72+
- demo
73+
- BLE
6974
sample.sidewalk.dut:
70-
extra_args:
71-
OVERLAY_CONFIG="overlay-dut.conf"
75+
extra_args: OVERLAY_CONFIG="overlay-dut.conf"
7276
extra_configs:
7377
- CONFIG_SIDEWALK_APPLICATION_NAME="dut"
74-
tags: Sidewalk cli
75-
78+
tags:
79+
- Sidewalk
80+
- cli
7681
sample.sidewalk.dut.ble_only:
77-
extra_args:
78-
OVERLAY_CONFIG="overlay-dut.conf"
82+
extra_args: OVERLAY_CONFIG="overlay-dut.conf"
7983
extra_configs:
8084
- CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n
8185
- CONFIG_SIDEWALK_APPLICATION_NAME="dut.ble_only"
82-
tags: Sidewalk cli BLE
83-
86+
tags:
87+
- Sidewalk
88+
- cli
89+
- BLE
8490
sample.sidewalk.dut.no_secure:
85-
extra_args:
86-
OVERLAY_CONFIG="overlay-dut.conf"
91+
extra_args: OVERLAY_CONFIG="overlay-dut.conf"
8792
extra_configs:
8893
- CONFIG_SIDEWALK_CRYPTO_PSA_KEY_STORAGE=n
8994
- CONFIG_SIDEWALK_APPLICATION_NAME="dut.no_secure"
90-
tags: Sidewalk cli no_secure
95+
tags:
96+
- Sidewalk
97+
- cli
98+
- no_secure

0 commit comments

Comments
 (0)