Skip to content

Commit b61b6e5

Browse files
Damian-Nordicrlubos
authored andcommitted
test-spec: extend CI-ps-test
Trigger protocols serialization tests on changes in BLE RPC, Logging over RPC, and MPSL Software Coexistence. Exclude changes in nRF RPC IPC transport. Signed-off-by: Damian Krolik <[email protected]>
1 parent 258c0b0 commit b61b6e5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/test-spec.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,12 @@
634634
"CI-ps-test":
635635
- "samples/nrf_rpc/protocols_serialization/**/*"
636636
- "subsys/net/openthread/rpc/**/*"
637-
- "subsys/nrf_rpc/**/*"
637+
- "subsys/bluetooth/rpc/**/*"
638+
- "subsys/logging/**/*"
639+
- "subsys/mpsl/cx/software/**/*"
640+
- any:
641+
- "subsys/nrf_rpc/**/*"
642+
- "!subsys/nrf_rpc/nrf_rpc_ipc.c"
638643

639644
"CI-secdom-test":
640645
- "samples/bluetooth/multiple_adv_sets/**/*"

0 commit comments

Comments
 (0)