From 5db2eda7223cc34e09cfe697154bdca1e9753be9 Mon Sep 17 00:00:00 2001 From: Piotr Kosycarz Date: Thu, 18 Dec 2025 15:20:23 +0100 Subject: [PATCH] [nrf noup] test-spec: update CI-nfc-test nrf-squash! [nrf noup] ci: add .github/test-spec.yml More granular at soc. Signed-off-by: Piotr Kosycarz --- .github/test-spec.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/test-spec.yml b/.github/test-spec.yml index 5fdf9c0ca782..4e56c5c630bd 100644 --- a/.github/test-spec.yml +++ b/.github/test-spec.yml @@ -242,7 +242,11 @@ - "drivers/spi/**/*" - "lib/crc/**/*" - "modules/hal_nordic/**/*" - - "soc/nordic/**/*" + - any: + - "soc/nordic/**/*" + - "!soc/nordic/nrf51*" + - "!soc/nordic/nrf54h*" + - "!soc/nordic/nrf9*" - "subsys/ipc/ipc_service/**/*" - "subsys/fs/**/*" - "subsys/mem_mgmt/**/*"