Skip to content

Commit

Permalink
scripts: ci: tags: add ci_tests_subsys_kmu
Browse files Browse the repository at this point in the history
ci_tests_subsys_kmu

Signed-off-by: Piotr Kosycarz <[email protected]>
  • Loading branch information
nordic-piks committed Jan 15, 2025
1 parent 2cfa937 commit 803a8fd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/ci/tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,13 @@ ci_tests_subsys_nrf_rpc:
- nrf/tests/subsys/nrf_rpc/
- nrfxlib/nrf_rpc/

ci_tests_subsys_kmu:
files:
- bootloader/mcuboot/
- modules/crypto/
- nrf/subsys/nrf_security/
- nrf/tests/subsys/kmu/

ci_applications_protocols_serialization:
files:
- modules/crypto/
Expand Down
1 change: 1 addition & 0 deletions tests/subsys/kmu/hello_for_kmu/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ common:
- pytest
- mcuboot
- kmu
- ci_tests_subsys_kmu
platform_allow:
- nrf54l15dk/nrf54l15/cpuapp
harness: pytest
Expand Down
1 change: 1 addition & 0 deletions tests/subsys/kmu/verify_west_ncs_provision/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ common:
tags:
- pytest
- kmu
- ci_tests_subsys_kmu
platform_allow:
- nrf54l15dk/nrf54l15/cpuapp
tests:
Expand Down

0 comments on commit 803a8fd

Please sign in to comment.