From 30a5c9d46bc06fe24cc2aa4596f85c06d7eb0bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eirik=20Ekrheim=20Bj=C3=B8rklund?= Date: Tue, 24 Sep 2024 12:13:35 +0200 Subject: [PATCH] test_spec: Add CI-secdom-test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding new test specification for secdom public plan Jira: NCSDK-28744 Signed-off-by: Eirik Ekrheim Bjørklund --- .github/test-spec.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/test-spec.yml b/.github/test-spec.yml index 68772676149..d30579de542 100644 --- a/.github/test-spec.yml +++ b/.github/test-spec.yml @@ -599,3 +599,20 @@ - "samples/nrf_rpc/protocols_serialization/**/*" - "subsys/net/openthread/rpc/**/*" - "subsys/nrf_rpc/**/*" + +"CI-secdom-test": + - "samples/bluetooth/multiple_adv_sets/**/*" + - "samples/nfc/record_text/**/*" + - "samples/app_event_manager/**/*" + - "samples/sdfw/ssf_client/**/*" + - "lib/dk_buttons_and_leds/**/*" + - "subsys/app_event_manager/**/*" + - "include/nfc/ndef/msg.h" + - "include/nfc/ndef/record.h" + - "include/nfc/ndef/text_rec.h" + - "include/dk_buttons_and_leds.h" + - "include/sdfw/sdfw_services/echo_service.h" + - "include/sdfw/sdfw_services/reset_evt_service.h" + - "include/sdfw/sdfw_services/sdfw_update_service.h" + - "include/app_event_manager/app_event_manager.h" + - "include/sdfw/sdfw_services/ssf_errno.h"