From fcd60cf789b1acd1cd29dcd8db2dba86572bdbfa Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 2 Feb 2023 23:41:09 +0000 Subject: [PATCH] ci: make any arch/ changes trigger kernel testing as well This should fix issue like #54337 where architecture code changes were filtering out kernel tests, where those changes are being tested. Kernel and arch code is tightly coupled and we need to run kernel tests. Signed-off-by: Anas Nashif --- scripts/ci/tags.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/tags.yaml b/scripts/ci/tags.yaml index 482d163a1a2..6170e6bdc20 100644 --- a/scripts/ci/tags.yaml +++ b/scripts/ci/tags.yaml @@ -56,6 +56,7 @@ cmsis_dsp: kernel: files: - kernel/ + - arch/ posix: files: