From e99ea1151fc032e77ea12f235c1da7259d21245c Mon Sep 17 00:00:00 2001 From: Alexander Svensen Date: Mon, 6 Nov 2023 10:39:08 +0100 Subject: [PATCH] [nrf noup] testspec: Add audio - Add filter for audio tests Signed-off-by: Alexander Svensen --- .github/test-spec.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/test-spec.yml b/.github/test-spec.yml index c01ae703adf..007f4307aa9 100644 --- a/.github/test-spec.yml +++ b/.github/test-spec.yml @@ -218,3 +218,25 @@ - "subsys/bluetooth/**/*" - "!subsys/bluetooth/mesh/**/*" - "!subsys/bluetooth/audio/**/*" + +"CI-audio-test": + - "boards/arm/nrf5340_audio_dk_nrf5340/**/*" + - "drivers/flash/**/*" + - "drivers/spi/**/*" + - "drivers/gpio/**/*" + - "drivers/i2c/**/*" + - "drivers/watchdog/**/*" + - "include/dfu/**/*" + - "include/mgmt/mcumgr/**/*" + - "samples/bluetooth/hci_rpmsg/**/*" + - "soc/arm/nordic_nrf/**/*" + - "subsys/bluetooth/audio/**/*" + - "subsys/bluetooth/host/**/*" + - "subsys/dfu/**/*" + - "subsys/fs/**/*" + - "subsys/mgmt/mcumgr/**/*" + - "subsys/sd/**/*" + - "subsys/storage/**/*" + - "subsys/task_wdt/**/*" + - "subsys/usb/**/*" + - "subsys/zbus/**/*"