Skip to content

Commit 318492b

Browse files
committed
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 <[email protected]>
1 parent 5d5407e commit 318492b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ci/test_plan.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ def find_modules(self):
188188
logging.info(f'aprojs: {aprojs}')
189189
logging.info(f'project: {projs_names}')
190190

191+
if not projs_names:
192+
return
191193
_options = []
192194
for p in projs_names:
193195
_options.extend(["-t", p ])

0 commit comments

Comments
 (0)