Skip to content

Commit 847ca8e

Browse files
committed
force toolchain
Signed-off-by: Anas Nashif <[email protected]>
1 parent 13e25d2 commit 847ca8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/test_plan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def process(self):
136136

137137
def get_plan(self, options, integration=False, use_testsuite_root=True):
138138
fname = "_test_plan_partial.json"
139-
cmd = [f"{zephyr_base}/scripts/twister", "-c"] + options + ["--save-tests", fname ]
139+
cmd = [f"{zephyr_base}/scripts/twister", "-c", "--force-toolchain-variant", "zephyr"] + options + ["--save-tests", fname ]
140140
if not self.detailed_test_id:
141141
cmd += ["--no-detailed-test-id"]
142142
if self.testsuite_root and use_testsuite_root:

0 commit comments

Comments
 (0)