Skip to content

Commit

Permalink
applications: ipc_radio: add tags for app ipc_radio
Browse files Browse the repository at this point in the history
Extend tags for CI test scope selection.

Signed-off-by: Piotr Kosycarz <[email protected]>
  • Loading branch information
nordic-piks authored and rlubos committed Jul 18, 2024
1 parent 3a0a7d8 commit 0ffcb5e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
20 changes: 10 additions & 10 deletions applications/ipc_radio/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tests:
sysbuild: true
build_only: true
platform_allow: nrf5340dk/nrf5340/cpunet thingy53/nrf5340/cpunet
tags: bluetooth ci_build sysbuild
tags: bluetooth ci_build sysbuild ci_applications_ipc_radio
integration_platforms:
- nrf5340dk/nrf5340/cpunet
- thingy53/nrf5340/cpunet
Expand All @@ -15,7 +15,7 @@ tests:
sysbuild: true
build_only: true
platform_allow: nrf5340dk/nrf5340/cpunet thingy53/nrf5340/cpunet
tags: bluetooth ci_build
tags: bluetooth ci_build ci_applications_ipc_radio
integration_platforms:
- nrf5340dk/nrf5340/cpunet
- thingy53/nrf5340/cpunet
Expand All @@ -24,15 +24,15 @@ tests:
sysbuild: true
build_only: true
platform_allow: nrf54h20dk/nrf54h20/cpurad
tags: bluetooth ci_build
tags: bluetooth ci_build ci_applications_ipc_radio
integration_platforms:
- nrf54h20dk/nrf54h20/cpurad
extra_args: EXTRA_CONF_FILE=overlay-bt_hci_ipc.conf SB_CONFIG_PARTITION_MANAGER=n
applications.ipc_radio.rpc:
sysbuild: true
build_only: true
platform_allow: nrf5340dk/nrf5340/cpunet thingy53/nrf5340/cpunet
tags: bluetooth ci_build sysbuild
tags: bluetooth ci_build sysbuild ci_applications_ipc_radio
integration_platforms:
- nrf5340dk/nrf5340/cpunet
- thingy53/nrf5340/cpunet
Expand All @@ -41,7 +41,7 @@ tests:
sysbuild: true
build_only: true
platform_allow: nrf5340dk/nrf5340/cpunet thingy53/nrf5340/cpunet
tags: bluetooth ci_build
tags: bluetooth ci_build ci_applications_ipc_radio
integration_platforms:
- nrf5340dk/nrf5340/cpunet
- thingy53/nrf5340/cpunet
Expand All @@ -50,15 +50,15 @@ tests:
sysbuild: true
build_only: true
platform_allow: nrf54h20dk/nrf54h20/cpurad
tags: bluetooth ci_build
tags: bluetooth ci_build ci_applications_ipc_radio
integration_platforms:
- nrf54h20dk/nrf54h20/cpurad
extra_args: EXTRA_CONF_FILE=overlay-bt_rpc.conf SB_CONFIG_PARTITION_MANAGER=n
applications.ipc_radio.802154:
sysbuild: true
build_only: true
platform_allow: nrf5340dk/nrf5340/cpunet thingy53/nrf5340/cpunet
tags: ci_build sysbuild
tags: ci_build sysbuild ci_applications_ipc_radio
integration_platforms:
- nrf5340dk/nrf5340/cpunet
- thingy53/nrf5340/cpunet
Expand All @@ -67,7 +67,7 @@ tests:
sysbuild: true
build_only: true
platform_allow: nrf5340dk/nrf5340/cpunet thingy53/nrf5340/cpunet
tags: ci_build
tags: ci_build ci_applications_ipc_radio
integration_platforms:
- nrf5340dk/nrf5340/cpunet
- thingy53/nrf5340/cpunet
Expand All @@ -76,7 +76,7 @@ tests:
sysbuild: true
build_only: true
platform_allow: nrf5340dk/nrf5340/cpunet thingy53/nrf5340/cpunet
tags: bluetooth ci_build sysbuild
tags: bluetooth ci_build sysbuild ci_applications_ipc_radio
integration_platforms:
- nrf5340dk/nrf5340/cpunet
- thingy53/nrf5340/cpunet
Expand All @@ -85,7 +85,7 @@ tests:
sysbuild: true
build_only: true
platform_allow: nrf5340dk/nrf5340/cpunet thingy53/nrf5340/cpunet
tags: bluetooth ci_build
tags: bluetooth ci_build ci_applications_ipc_radio
integration_platforms:
- nrf5340dk/nrf5340/cpunet
- thingy53/nrf5340/cpunet
Expand Down
15 changes: 15 additions & 0 deletions scripts/ci/tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -644,3 +644,18 @@ ci_tests_subsys_app_event_manager:
- nrf/tests/subsys/app_event_manager/
- nrf/subsys/app_event_manager/
- nrf/include/app_event_manager.h

ci_applications_ipc_radio:
files:
- nrf/applications/ipc_radio/
- nrf/drivers/mpsl/
- nrf/modules/nrfxlib/nrf_802154/
- nrf/subsys/bluetooth/
- nrf/subsys/ieee802154/
- nrf/subsys/mpsl/
- nrf/subsys/nrf_rpc/
- nrfxlib/nrf_802154/
- nrfxlib/nrf_rpc/
- zephyr/subsys/bluetooth/
- zephyr/subsys/ipc/
- zephyr/subsys/net/

0 comments on commit 0ffcb5e

Please sign in to comment.