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 3a385d4 commit 0aa7b6eCopy full SHA for 0aa7b6e
scripts/ci/tags.yaml
@@ -1090,3 +1090,9 @@ ci_tests_lib_ram_pwrdn:
1090
files:
1091
- nrf/lib/ram_pwrdn/
1092
- nrf/tests/lib/ram_pwrdn/
1093
+
1094
+ci_tests_lib_sample_rate_converter:
1095
+ files:
1096
+ - modules/lib/cmsis-dsp/
1097
+ - nrf/lib/sample_rate_converter/
1098
+ - nrf/tests/lib/sample_rate_converter/
tests/lib/sample_rate_converter/testcase.yaml
@@ -4,4 +4,4 @@ tests:
4
platform_allow: qemu_cortex_m3
5
integration_platforms:
6
- qemu_cortex_m3
7
- tags: sample_rate_converter nrf5340_audio_unit_tests sysbuild
+ tags: sample_rate_converter nrf5340_audio_unit_tests sysbuild ci_tests_lib_sample_rate_converter
0 commit comments