ci: testsplan: skip module handling with no west changes

In cases were west modules did not change, skip. This happens when
manifest layout changes, but without SHA changes.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2024-11-27 10:51:51 +00:00
commit 318492b5bf

View file

@ -188,6 +188,8 @@ class Filters:
logging.info(f'aprojs: {aprojs}')
logging.info(f'project: {projs_names}')
if not projs_names:
return
_options = []
for p in projs_names:
_options.extend(["-t", p ])