Skip to content

Commit d2f9c12

Browse files
nvlsianpuanangl
authored andcommitted
samples/ipc/ipc_service: fix sample.yaml caused -D <empty> issue
Utilizing yaml "folding" with ">" for extra_args split into multiple lines without spurious newline added. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
1 parent 9793083 commit d2f9c12

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

samples/ipc/ipc_service/sample.yaml

+6-13
Original file line numberDiff line numberDiff line change
@@ -21,68 +21,61 @@ tests:
2121
- nrf5340dk/nrf5340/cpuapp
2222
integration_platforms:
2323
- nrf5340dk/nrf5340/cpuapp
24-
2524
sample.ipc.ipc_service.nrf5340dk_rpmsg_cpuapp_sending:
2625
platform_allow:
2726
- nrf5340dk/nrf5340/cpuapp
2827
integration_platforms:
2928
- nrf5340dk/nrf5340/cpuapp
3029
extra_configs:
3130
- CONFIG_APP_IPC_SERVICE_SEND_INTERVAL=1
32-
extra_args:
31+
extra_args: >
3332
remote_CONFIG_APP_IPC_SERVICE_SEND_INTERVAL=200000000
34-
3533
sample.ipc.ipc_service.nrf5340dk_rpmsg_cpunet_sending:
3634
platform_allow:
3735
- nrf5340dk/nrf5340/cpuapp
3836
integration_platforms:
3937
- nrf5340dk/nrf5340/cpuapp
4038
extra_configs:
4139
- CONFIG_APP_IPC_SERVICE_SEND_INTERVAL=200000000
42-
extra_args:
40+
extra_args: >
4341
remote_CONFIG_APP_IPC_SERVICE_SEND_INTERVAL=1
44-
4542
sample.ipc.ipc_service.nrf5340dk_icmsg_default:
4643
platform_allow:
4744
- nrf5340dk/nrf5340/cpuapp
4845
integration_platforms:
4946
- nrf5340dk/nrf5340/cpuapp
50-
extra_args:
47+
extra_args: >
5148
FILE_SUFFIX=icmsg
52-
5349
sample.ipc.ipc_service.nrf5340dk_icmsg_cpuapp_sending:
5450
platform_allow:
5551
- nrf5340dk/nrf5340/cpuapp
5652
integration_platforms:
5753
- nrf5340dk/nrf5340/cpuapp
5854
extra_configs:
5955
- CONFIG_APP_IPC_SERVICE_SEND_INTERVAL=35
60-
extra_args:
56+
extra_args: >
6157
FILE_SUFFIX=icmsg
6258
remote_CONFIG_APP_IPC_SERVICE_SEND_INTERVAL=200000000
63-
6459
sample.ipc.ipc_service.nrf5340dk_icmsg_cpunet_sending:
6560
platform_allow:
6661
- nrf5340dk/nrf5340/cpuapp
6762
integration_platforms:
6863
- nrf5340dk/nrf5340/cpuapp
6964
extra_configs:
7065
- CONFIG_APP_IPC_SERVICE_SEND_INTERVAL=200000000
71-
extra_args:
66+
extra_args: >
7267
FILE_SUFFIX=icmsg
7368
remote_CONFIG_APP_IPC_SERVICE_SEND_INTERVAL=1
74-
7569
sample.ipc.ipc_service.nrf54h20dk_cpuapp_cpurad_icmsg:
7670
platform_allow:
7771
- nrf54h20dk/nrf54h20/cpuapp
7872
integration_platforms:
7973
- nrf54h20dk/nrf54h20/cpuapp
80-
8174
sample.ipc.ipc_service.nrf54h20dk_cpuapp_cpuppr_icmsg:
8275
platform_allow:
8376
- nrf54h20dk/nrf54h20/cpuapp
8477
integration_platforms:
8578
- nrf54h20dk/nrf54h20/cpuapp
86-
extra_args:
79+
extra_args: >
8780
FILE_SUFFIX=cpuppr
8881
ipc_service_SNIPPET=nordic-ppr

0 commit comments

Comments
 (0)