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 74a3659 commit 0b9bc1dCopy full SHA for 0b9bc1d
scripts/ci/tags.yaml
@@ -1302,6 +1302,11 @@ ci_tests_drivers_gpio:
1302
- zephyr/drivers/gpio/
1303
- zephyr/soc/nordic/
1304
1305
+ci_tests_drivers_audio:
1306
+ files:
1307
+ - nrf/tests/drivers/audio/pdm_loopback/
1308
+ - zephyr/drivers/audio/
1309
+
1310
ci_tests_drivers_fprotect:
1311
files:
1312
- nrf/lib/fprotect/
tests/drivers/audio/pdm_loopback/testcase.yaml
@@ -1,6 +1,7 @@
1
common:
2
tags:
3
- drivers
4
+ - ci_tests_drivers_audio
5
harness: ztest
6
harness_config:
7
fixture: gpio_loopback
0 commit comments