Skip to content

Commit 57e64dd

Browse files
nordic-piksrlubos
authored andcommitted
tests: modules: mcuboot: add tags for mcuboot tests
Extend tags for CI test scope selection. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent e40dda6 commit 57e64dd

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

scripts/ci/tags.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,3 +659,13 @@ ci_applications_ipc_radio:
659659
- zephyr/subsys/bluetooth/
660660
- zephyr/subsys/ipc/
661661
- zephyr/subsys/net/
662+
663+
ci_tests_modules_mcuboot:
664+
files:
665+
- bootloader/mcuboot/
666+
- nrf/modules/mcuboot/
667+
- nrf/samples/nrf5340/empty_net_core/
668+
- nrf/samples/nrf5340/netboot/
669+
- nrf/subsys/bootloader/
670+
- nrf/tests/modules/mcuboot/
671+
- zephyr/drivers/flash/

tests/modules/mcuboot/direct_xip/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tests:
22
mcuboot.direct_xip:
33
sysbuild: true
4-
tags: mcuboot direct_xip sysbuild
4+
tags: mcuboot direct_xip sysbuild ci_tests_modules_mcuboot
55
platform_allow: nrf9160dk/nrf9160 nrf52840dk/nrf52840 nrf52dk/nrf52832
66
nrf5340dk/nrf5340/cpuapp
77
integration_platforms:
@@ -12,7 +12,7 @@ tests:
1212
# Deprecated child and parent build to ensure feature does not break until it is removed
1313
mcuboot.direct_xip.child_parent:
1414
sysbuild: false
15-
tags: mcuboot direct_xip child_parent deprecated
15+
tags: mcuboot direct_xip child_parent deprecated ci_tests_modules_mcuboot
1616
platform_allow: nrf9160dk/nrf9160 nrf52840dk/nrf52840 nrf52dk/nrf52832
1717
nrf5340dk/nrf5340/cpuapp
1818
integration_platforms:

tests/modules/mcuboot/external_flash/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ tests:
22
mcuboot.external_flash:
33
sysbuild: true
44
platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp thingy53/nrf5340/cpuapp
5-
tags: mcuboot external_flash sysbuild
5+
tags: mcuboot external_flash sysbuild ci_tests_modules_mcuboot
66
integration_platforms:
77
- nrf52840dk/nrf52840
88
- nrf5340dk/nrf5340/cpuapp
@@ -11,7 +11,7 @@ tests:
1111
mcuboot.external_flash.child_parent:
1212
sysbuild: false
1313
platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp thingy53/nrf5340/cpuapp
14-
tags: mcuboot external_flash child_parent deprecated
14+
tags: mcuboot external_flash child_parent deprecated ci_tests_modules_mcuboot
1515
integration_platforms:
1616
- nrf52840dk/nrf52840
1717
- nrf5340dk/nrf5340/cpuapp

0 commit comments

Comments
 (0)