From dd43f3002432fe01280f2ab1f9df91eb6a95b4bd Mon Sep 17 00:00:00 2001 From: Piotr Kosycarz Date: Fri, 12 Jul 2024 15:28:11 +0200 Subject: [PATCH] [nrf noup] test-spec: fix depencies for nfc tag Update dependent sources. Signed-off-by: Piotr Kosycarz --- .github/test-spec.yml | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/.github/test-spec.yml b/.github/test-spec.yml index c4b4355edb8..c590c4a8fac 100644 --- a/.github/test-spec.yml +++ b/.github/test-spec.yml @@ -169,10 +169,23 @@ - "subsys/settings/**/*" "CI-nfc-test": - - any: - - "**/*" - - "!samples/bluetooth/**/*" - - "!tests/bluetooth/**/*" + - "drivers/bluetooth/hci/**/*" + - "drivers/entropy/**/*" + - "drivers/flash/**/*" + - "drivers/mbox/**/*" + - "drivers/spi/**/*" + - "lib/crc/**/*" + - "modules/hal_nordic/**/*" + - "soc/nordic/**/*" + - "subsys/bluetooth/**/*" + - "subsys/ipc/ipc_service/**/*" + - "subsys/fs/**/*" + - "subsys/mem_mgmt/**/*" + - "subsys/net/**/*" + - "subsys/random/**/*" + - "subsys/settings/**/*" + - "subsys/shell/**/*" + - "subsys/storage/**/*" "CI-matter-test": - "include/dfu/**/*"