Skip to content

Commit

Permalink
samples: keys: add tags for samples/keys
Browse files Browse the repository at this point in the history
Extend tags.

Signed-off-by: Piotr Kosycarz <[email protected]>
  • Loading branch information
nordic-piks authored and rlubos committed Jul 17, 2024
1 parent f9c2c23 commit 9ca356c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/keys/hw_unique_key/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sample:
description: Generate and write random keys to the KMU.
name: Random HW Unique Key
common:
tags: huk
tags: huk keys
platform_allow:
- nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpuapp/ns
Expand Down Expand Up @@ -35,4 +35,4 @@ common:
tests:
sample.keys.hw_unique_key:
sysbuild: true
tags: huk ci_build sysbuild
tags: huk ci_build sysbuild keys
18 changes: 18 additions & 0 deletions scripts/ci/tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -516,3 +516,21 @@ peripheral_802154:
- nrfxlib/nrf_rpc/
- zephyr/modules/hal_nordic/nrf_802154/
- zephyr/soc/nordic/

keys:
files:
- modules/crypto/mbedtls/
- modules/crypto/oberon-psa-crypto/
- nrf/drivers/hw_cc3xx/
- nrf/lib/fprotect/
- nrf/lib/hw_unique_key/
- nrf/lib/identity_key/
- nrf/lib/modem_antenna/
- nrf/lib/nrf_modem_lib/
- nrf/samples/keys/
- nrf/subsys/fw_info/
- nrf/subsys/nrf_security/
- nrf/subsys/partition_manager/
- nrfxlib/crypto/
- nrfxlib/nrf_modem/
- zephyr/soc/nordic/

0 comments on commit 9ca356c

Please sign in to comment.