From 56f73bde0fb086fae38cfb5afb2f2500a340b39b Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 14 Nov 2023 22:01:15 +0000 Subject: [PATCH] ci: testplan: fix mcumgr path fix path for mcumgr in tags.yaml, we were skipping tests due to wrong path. Signed-off-by: Anas Nashif --- scripts/ci/tags.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/tags.yaml b/scripts/ci/tags.yaml index b9152b10d68..f66745fb208 100644 --- a/scripts/ci/tags.yaml +++ b/scripts/ci/tags.yaml @@ -72,7 +72,7 @@ cmsis_dsp: mcumgr: files: - - subsys/mcumgr/ + - subsys/mgmt/mcumgr/ - tests/subsys/mgmt/mcumgr/ - samples/subsys/mgmt/mcumgr/ - include/zephyr/mgmt/mcumgr/