Skip to content

Commit ac0e314

Browse files
nordic-piksrlubos
authored andcommitted
tests: drivers: nrfx_integration_test: add tags for nrfx integration test
Extend tags for CI test scope selection. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 1539361 commit ac0e314

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

scripts/ci/tags.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,3 +676,9 @@ ci_tests_subsys_dfu:
676676
- nrf/tests/subsys/dfu/
677677
- zephyr/drivers/flash/
678678
- zephyr/subsys/mgmt/
679+
680+
ci_tests_drivers_nrfx_integration_test:
681+
files:
682+
- modules/hal/nordic/nrfx/
683+
- nrf/tests/drivers/nrfx_integration_test/
684+
- zephyr/modules/hal_nordic/

tests/drivers/nrfx_integration_test/testcase.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tests:
33
sysbuild: true
44
build_only: true
55
filter: CONFIG_HAS_NRFX
6-
tags: drivers ci_build sysbuild
6+
tags: drivers ci_build sysbuild ci_tests_drivers_nrfx_integration_test
77
platform_allow:
88
- nrf52840dk/nrf52840
99
- nrf9160dk/nrf9160
@@ -28,7 +28,7 @@ tests:
2828
sysbuild: true
2929
build_only: true
3030
filter: CONFIG_HAS_NRFX and CONFIG_BT_LL_SOFTDEVICE
31-
tags: drivers ci_build sysbuild
31+
tags: drivers ci_build sysbuild ci_tests_drivers_nrfx_integration_test
3232
extra_configs:
3333
- CONFIG_NRFX_AND_BT_LL_SOFTDEVICE=y
3434
platform_allow:
@@ -41,7 +41,7 @@ tests:
4141
sysbuild: true
4242
build_only: true
4343
filter: CONFIG_HAS_NRFX and CONFIG_BT_LL_SW_SPLIT
44-
tags: drivers ci_build sysbuild
44+
tags: drivers ci_build sysbuild ci_tests_drivers_nrfx_integration_test
4545
extra_configs:
4646
- CONFIG_NRFX_AND_BT_LL_SW_SPLIT=y
4747
platform_allow:

0 commit comments

Comments
 (0)