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:
parent
5d5407ee7a
commit
318492b5bf
1 changed files with 2 additions and 0 deletions
|
@ -188,6 +188,8 @@ class Filters:
|
||||||
logging.info(f'aprojs: {aprojs}')
|
logging.info(f'aprojs: {aprojs}')
|
||||||
logging.info(f'project: {projs_names}')
|
logging.info(f'project: {projs_names}')
|
||||||
|
|
||||||
|
if not projs_names:
|
||||||
|
return
|
||||||
_options = []
|
_options = []
|
||||||
for p in projs_names:
|
for p in projs_names:
|
||||||
_options.extend(["-t", p ])
|
_options.extend(["-t", p ])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue