Skip to content

Commit ca68351

Browse files
committed
samples: ipc: static_vrings: Exclude unsupported platforms
List of allowed platforms for this sample was changed in PR #85997. This enabled more platforms including those that are not needed. This commit excludes nrf5340/cpuapp_ns and nrf5340/cpunet platforms since they are not supported by this sample. Signed-off-by: Dominik Kilian <Dominik.Kilian@nordicsemi.no>
1 parent d6c59f0 commit ca68351

File tree

1 file changed

+3
-0
lines changed
  • samples/subsys/ipc/ipc_service/static_vrings

1 file changed

+3
-0
lines changed

samples/subsys/ipc/ipc_service/static_vrings/sample.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ sample:
33
tests:
44
sample.ipc.static_vrings:
55
filter: dt_compat_enabled("zephyr,ipc-openamp-static-vrings")
6+
platform_exclude:
7+
- nrf5340dk/nrf5340/cpuapp_ns
8+
- nrf5340dk/nrf5340/cpunet
69
integration_platforms:
710
- nrf5340dk/nrf5340/cpuapp
811
- nrf5340bsim/nrf5340/cpuapp

0 commit comments

Comments
 (0)