We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3caca6b commit c8ac448Copy full SHA for c8ac448
scripts/ci/tags.yaml
@@ -949,9 +949,12 @@ ci_tests_subsys_mpsl:
949
950
ci_tests_subsys_nrf_compress:
951
files:
952
- - nrf/subsys/nrf_compress/
+ - bootloader/mcuboot/
953
- nrf/include/nrf_compress/
954
+ - nrf/subsys/nrf_compress/
955
- nrf/tests/subsys/nrf_compress/
956
+ - zephyr/subsys/dfu/
957
+ - zephyr/subsys/storage/
958
959
ci_tests_subsys_nfc:
960
tests/subsys/nrf_compress/decompression/mcuboot_update/testcase.yaml
@@ -1,6 +1,6 @@
1
common:
2
sysbuild: true
3
- tags: sysbuild
+ tags: sysbuild ci_tests_subsys_nrf_compress
4
tests:
5
nrf_compress.decompression.mcuboot_update:
6
platform_allow:
0 commit comments