Skip to content

Commit 1539361

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

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

scripts/ci/tags.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,3 +669,10 @@ ci_tests_modules_mcuboot:
669669
- nrf/subsys/bootloader/
670670
- nrf/tests/modules/mcuboot/
671671
- zephyr/drivers/flash/
672+
673+
ci_tests_subsys_dfu:
674+
files:
675+
- nrf/subsys/dfu/
676+
- nrf/tests/subsys/dfu/
677+
- zephyr/drivers/flash/
678+
- zephyr/subsys/mgmt/

tests/subsys/dfu/dfu_multi_image/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ tests:
44
platform_allow: native_posix
55
integration_platforms:
66
- native_posix
7-
tags: dfu sysbuild
7+
tags: dfu sysbuild ci_tests_subsys_dfu

tests/subsys/dfu/dfu_target/mcuboot_bootloader/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ tests:
1313
- nrf9160dk/nrf9160
1414
- native_posix
1515
- qemu_cortex_m3
16-
tags: dfu mcuboot sysbuild
16+
tags: dfu mcuboot sysbuild ci_tests_subsys_dfu

tests/subsys/dfu/dfu_target/smp/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ tests:
44
platform_allow: native_posix
55
integration_platforms:
66
- native_posix
7-
tags: dfu smp sysbuild
7+
tags: dfu smp sysbuild ci_tests_subsys_dfu

tests/subsys/dfu/dfu_target_stream/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
tests:
33
dfu.target_stream:
44
sysbuild: true
5-
tags: target_stream sysbuild
5+
tags: target_stream sysbuild ci_tests_subsys_dfu
66
platform_allow: nrf52840dk/nrf52840 nrf9160dk/nrf9160 nrf5340dk/nrf5340/cpuapp native_posix
77
integration_platforms:
88
- nrf52840dk/nrf52840
@@ -11,7 +11,7 @@ tests:
1111
- native_posix
1212
dfu.target_stream.store_progress:
1313
sysbuild: true
14-
tags: target_stream sysbuild
14+
tags: target_stream sysbuild ci_tests_subsys_dfu
1515
extra_args: OVERLAY_CONFIG=overlay-store-progress.conf
1616
# Since we need the storage partition (and hence PM) allow some nRF devices
1717
# only.

0 commit comments

Comments
 (0)