Skip to content

Commit 0b9bc1d

Browse files
committed
scripts: ci: tags: add ci_tests_drivers_audio
ci_tests_drivers_audio Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 74a3659 commit 0b9bc1d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

scripts/ci/tags.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,6 +1302,11 @@ ci_tests_drivers_gpio:
13021302
- zephyr/drivers/gpio/
13031303
- zephyr/soc/nordic/
13041304

1305+
ci_tests_drivers_audio:
1306+
files:
1307+
- nrf/tests/drivers/audio/pdm_loopback/
1308+
- zephyr/drivers/audio/
1309+
13051310
ci_tests_drivers_fprotect:
13061311
files:
13071312
- nrf/lib/fprotect/

tests/drivers/audio/pdm_loopback/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
common:
22
tags:
33
- drivers
4+
- ci_tests_drivers_audio
45
harness: ztest
56
harness_config:
67
fixture: gpio_loopback

0 commit comments

Comments
 (0)