Skip to content

Commit 5fc5b0e

Browse files
katgiadlaanangl
authored andcommitted
scripts: tags: Add tags to few test configurations
This change add tags for some test configurations. Signed-off-by: Katarzyna Giądła <[email protected]>
1 parent bd7b266 commit 5fc5b0e

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

scripts/ci/tags.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,7 @@ ci_tests_drivers_flash:
11581158
- nrf/drivers/flash/
11591159
- nrf/subsys/nrf_rpc/
11601160
- nrf/tests/drivers/flash/
1161+
- nrf/tests/drivers/flash_patch/
11611162
- nrfxlib/nrf_rpc/
11621163
- zephyr/drivers/flash/
11631164

@@ -1469,6 +1470,11 @@ ci_samples_nrf_rpc:
14691470
- zephyr/subsys/net/
14701471
- zephyr/subsys/random/
14711472

1473+
ci_tests_subsys_fw_info:
1474+
files:
1475+
- nrf/subsys/fw_info/
1476+
- nrf/tests/subsys/fw_info/
1477+
14721478
ci_tests_subsys_nrf_rpc:
14731479
files:
14741480
- nrf/subsys/nrf_rpc/
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
common:
2+
tags:
3+
- sysbuild
4+
- flash_patch
5+
- ci_tests_drivers_flash
16
tests:
27
flash_patch.flash_patch_off:
38
sysbuild: true
@@ -7,9 +12,6 @@ tests:
712
integration_platforms:
813
- nrf52840dk/nrf52840
914
- nrf52833dk/nrf52833
10-
tags:
11-
- flash_patch
12-
- sysbuild
1315
extra_args: CONFIG_DISABLE_FLASH_PATCH=n
1416
flash_patch.flash_patch_on:
1517
sysbuild: true
@@ -19,6 +21,3 @@ tests:
1921
integration_platforms:
2022
- nrf52840dk/nrf52840
2123
- nrf52833dk/nrf52833
22-
tags:
23-
- flash_patch
24-
- sysbuild

tests/subsys/fw_info/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ tests:
1515
- b0
1616
- fw_info
1717
- sysbuild
18+
- ci_tests_subsys_fw_info

0 commit comments

Comments
 (0)