Skip to content

Commit edc4bd9

Browse files
committed
scripts: ci: tags: add ci_tests_subsys_kmu
ci_tests_subsys_kmu Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 8a75fdd commit edc4bd9

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

scripts/ci/tags.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,6 +1413,13 @@ ci_tests_subsys_nrf_rpc:
14131413
- nrf/tests/subsys/nrf_rpc/
14141414
- nrfxlib/nrf_rpc/
14151415

1416+
ci_tests_subsys_kmu:
1417+
files:
1418+
- bootloader/mcuboot/
1419+
- modules/crypto/
1420+
- nrf/subsys/nrf_security/
1421+
- nrf/tests/subsys/kmu/
1422+
14161423
ci_applications_protocols_serialization:
14171424
files:
14181425
- modules/crypto/

tests/subsys/kmu/hello_for_kmu/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ common:
55
- pytest
66
- mcuboot
77
- kmu
8+
- ci_tests_subsys_kmu
89
platform_allow:
910
- nrf54l15dk/nrf54l15/cpuapp
1011
harness: pytest

tests/subsys/kmu/verify_west_ncs_provision/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ common:
33
tags:
44
- pytest
55
- kmu
6+
- ci_tests_subsys_kmu
67
platform_allow:
78
- nrf54l15dk/nrf54l15/cpuapp
89
tests:

0 commit comments

Comments
 (0)