Skip to content

Commit 0b237da

Browse files
doki-nordiccfriedt
authored andcommitted
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 <[email protected]>
1 parent 7b561f7 commit 0b237da

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ tests:
44
sample.ipc.static_vrings:
55
filter: dt_compat_enabled("zephyr,ipc-openamp-static-vrings") and
66
dt_nodelabel_enabled("ipc0") and dt_nodelabel_enabled("ipc1")
7+
platform_exclude:
8+
- nrf5340dk/nrf5340/cpuapp/ns
9+
- nrf5340dk/nrf5340/cpunet
710
integration_platforms:
811
- nrf5340dk/nrf5340/cpuapp
912
- nrf5340bsim/nrf5340/cpuapp

0 commit comments

Comments
 (0)