You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m working on a distributed testing pipeline where tests are built on one machine,
but executed on a separate, lightweight container that does not contain the full
Zephyr source tree.
I’d like to understand whether Twister can be run without requiring the complete
Zephyr OS environment on the execution side.
Specifically:
Does Twister fundamentally depend on having the full Zephyr source tree available
at execution time?
Is there a supported or recommended way to decouple Twister execution from a full
Zephyr checkout (for example, using only build artifacts or a reduced environment)?
Any guidance, references, or design rationale would be greatly appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m working on a distributed testing pipeline where tests are built on one machine,
but executed on a separate, lightweight container that does not contain the full
Zephyr source tree.
I’d like to understand whether Twister can be run without requiring the complete
Zephyr OS environment on the execution side.
Specifically:
at execution time?
Zephyr checkout (for example, using only build artifacts or a reduced environment)?
Any guidance, references, or design rationale would be greatly appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions