Skip to content

Commit 97d7d5d

Browse files
adigienordicjm
authored andcommitted
samples: openthread: coprocessor: Fix snippets in samples.yaml
Add `coprocessor_` before `SNIPPET`. Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent a7dcc65 commit 97d7d5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/openthread/coprocessor/sample.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tests:
4747
- nrf54l15dk/nrf54l05/cpuapp
4848
- nrf54l15dk/nrf54l15/cpuapp/ns
4949
extra_args: >
50-
SNIPPET="ci;logging;vendor_hook"
50+
coprocessor_SNIPPET="ci;logging;vendor_hook"
5151
integration_platforms:
5252
- nrf52833dk/nrf52833
5353
- nrf52840dk/nrf52840
@@ -69,7 +69,7 @@ tests:
6969
- nrf52840dk/nrf52840
7070
- nrf21540dk/nrf52840
7171
extra_args: >
72-
SNIPPET="ci;usb"
72+
coprocessor_SNIPPET="ci;usb"
7373
integration_platforms:
7474
- nrf52840dk/nrf52840
7575
- nrf52833dk/nrf52833
@@ -82,7 +82,7 @@ tests:
8282
- sysbuild
8383
- ci_samples_openthread
8484
extra_args: >
85-
SNIPPET="ci;hci"
85+
coprocessor_SNIPPET="ci;hci"
8686
platform_allow:
8787
- nrf52840dk/nrf52840
8888
- nrf21540dk/nrf52840

0 commit comments

Comments
 (0)