From 48173fd49126609439c495acc252b645d71a3f45 Mon Sep 17 00:00:00 2001 From: Dawid Przybylo Date: Fri, 27 Sep 2024 14:22:34 +0200 Subject: [PATCH] [nrf noup] test-spec: update CI-rs-test and Ci-fem-test Narrow down paths base on compilation dependencies. Signed-off-by: Dawid Przybylo --- .github/test-spec.yml | 70 ++++++++++++++++++++++++------------------- 1 file changed, 40 insertions(+), 30 deletions(-) diff --git a/.github/test-spec.yml b/.github/test-spec.yml index 914846f7154..63a29824c11 100644 --- a/.github/test-spec.yml +++ b/.github/test-spec.yml @@ -151,40 +151,50 @@ - "modules/mbedtls/**/*" "CI-fem-test": + - "boards/nordic/**/*" + - "drivers/bluetooth/hci/**/*" + - "drivers/entropy/**/*" + - "dts/bindings/**/*" + - "include/zephyr/net/**/*" + - "include/zephyr/arch/**/*" + - "lib/libc/**/*" + - "lib/open-amp/**/*" + - "modules/hal_nordic/**/*" + - "modules/mbedtls/**/*" + - "modules/openthread/**/*" + - "modules/trusted-firmware-m/**/*" - "samples/net/sockets/echo_*/**/*" - - any: - - "!.github/**/*" - - "!doc/**/*" - - "!CODEOWNERS" - - "!LICENSE" - - "!**/*.rst" - - "!VERSION" - - "!SDK_VERSION" - - "!MAINTAINERS.yml" - - "!version.h.in" - - "!Jenkinsfile" - - "!**/*.md" - - "!tests/**/*" - - "!samples/**/*" - - "!scripts/**/*" + - "share/**/*" + - "soc/nordic/**/*" + - "subsys/net/**/*" + - "subsys/settings/**/*" + - "subsys/bluetooth/shell/**/*" + - "subsys/ipc/**/*" + - "Kconfig" + - "CMakeLists.txt" "CI-rs-test": + - "boards/nordic/**/*" + - "drivers/bluetooth/hci/**/*" + - "drivers/entropy/**/*" + - "dts/bindings/**/*" + - "include/zephyr/net/**/*" + - "include/zephyr/arch/**/*" + - "lib/libc/**/*" + - "lib/open-amp/**/*" + - "modules/hal_nordic/**/*" + - "modules/mbedtls/**/*" + - "modules/openthread/**/*" + - "modules/trusted-firmware-m/**/*" - "samples/net/sockets/echo_*/**/*" - - any: - - "!.github/**/*" - - "!doc/**/*" - - "!CODEOWNERS" - - "!LICENSE" - - "!**/*.rst" - - "!VERSION" - - "!SDK_VERSION" - - "!MAINTAINERS.yml" - - "!version.h.in" - - "!Jenkinsfile" - - "!**/*.md" - - "!tests/**/*" - - "!samples/**/*" - - "!scripts/**/*" + - "share/**/*" + - "soc/nordic/**/*" + - "subsys/net/**/*" + - "subsys/settings/**/*" + - "subsys/bluetooth/shell/**/*" + - "subsys/ipc/**/*" + - "Kconfig" + - "CMakeLists.txt" "CI-thread-test": - "include/zephyr/net/**/*"