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 174ed99 commit 673df13Copy full SHA for 673df13
scripts/ci/tags.yaml
@@ -1080,3 +1080,8 @@ ci_tests_lib_pcm_stream_channel_modifier:
1080
files:
1081
- nrf/lib/pcm_stream_channel_modifier/
1082
- nrf/tests/lib/pcm_stream_channel_modifier/
1083
+
1084
+ci_tests_lib_pdn:
1085
+ files:
1086
+ - nrf/lib/pdn/
1087
+ - nrf/tests/lib/
tests/lib/pdn/testcase.yaml
@@ -1,7 +1,7 @@
1
tests:
2
pdn.unit_test:
3
sysbuild: true
4
- tags: modem_info sysbuild
+ tags: modem_info sysbuild ci_tests_lib_pdn
5
platform_allow: native_posix
6
integration_platforms:
7
- native_posix
0 commit comments