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:
parent
f408f42e36
commit
9cb2bc2c01
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue