Skip to content

Commit

Permalink
ci: test_plan: use integration mode for architectures
Browse files Browse the repository at this point in the history
Reduce the scope to integration only.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Oct 23, 2023
1 parent 99bb4b9 commit b643692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/test_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def find_archs(self):

self.get_plan(_options, True)
else:
self.get_plan(_options, False)
self.get_plan(_options, True)

def find_boards(self):
boards = set()
Expand Down

0 comments on commit b643692

Please sign in to comment.