actions: clang: do not test all boards when --platform is given

If we are invoking testplan for only one board, do not bother with other
board related changes, just generate plan for the specified platform.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-12-09 09:39:47 -05:00 committed by Carles Cufí
parent f408f42e36
commit 9cb2bc2c01

View file

@ -98,7 +98,7 @@ class Filters:
self.find_tests()
if not self.platforms:
self.find_archs()
self.find_boards()
self.find_boards()
def get_plan(self, options, integration=False):
fname = "_test_plan_partial.csv"