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 32e8558 commit 174ed99Copy full SHA for 174ed99
scripts/ci/tags.yaml
@@ -1075,3 +1075,8 @@ ci_tests_lib_gcf_sms:
1075
- nrf/lib/nrf_modem_lib/
1076
- nrf/tests/lib/gcf_sms/
1077
- nrfxlib/nrf_modem/
1078
+
1079
+ci_tests_lib_pcm_stream_channel_modifier:
1080
+ files:
1081
+ - nrf/lib/pcm_stream_channel_modifier/
1082
+ - nrf/tests/lib/pcm_stream_channel_modifier/
tests/lib/pcm_stream_channel_modifier/testcase.yaml
@@ -4,4 +4,8 @@ tests:
4
platform_allow: qemu_cortex_m3
5
integration_platforms:
6
- qemu_cortex_m3
7
- tags: pcm_stream_channel_modifier nrf5340_audio_unit_tests sysbuild
+ tags:
8
+ - pcm_stream_channel_modifier
9
+ - nrf5340_audio_unit_tests
10
+ - sysbuild
11
+ - ci_tests_lib_pcm_stream_channel_modifier
0 commit comments