From 98194577de1a3850de578da2a26c5f355e984090 Mon Sep 17 00:00:00 2001 From: Grzegorz Chwierut Date: Tue, 6 Aug 2024 13:28:14 +0200 Subject: [PATCH] [nrf noup] test-spec: update CI-boot-test Updated label name, added new entries to trigger CI. Signed-off-by: Grzegorz Chwierut --- .github/test-spec.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/test-spec.yml b/.github/test-spec.yml index f0c0cd9b133..a2bdaaf4d7f 100644 --- a/.github/test-spec.yml +++ b/.github/test-spec.yml @@ -38,12 +38,15 @@ "CI-lwm2m-test": null # Not necessary to run tests on changes to this repo. -"CI-boot-dfu-test": +"CI-boot-test": - "subsys/mgmt/mcumgr/**/*" - "subsys/dfu/**/*" - "include/mgmt/mcumgr/**/*" - "include/dfu/**/*" - "samples/subsys/mgmt/mcumgr/smp_svr/**/*" + - "tests/boot/**/*" + - "tests/subsys/dfu/**/*" + - "tests/subsys/mgmt/mcumgr/**/*" "CI-tfm-test": - "boards/nordic/nrf5340dk/**/*"