Replies: 5 comments
-
@nashif, might be a question for you. |
Beta Was this translation helpful? Give feedback.
-
well, when running |
Beta Was this translation helpful? Give feedback.
-
While not specific to your issue we just merged support so you can limit the build to only things that are runnable. |
Beta Was this translation helpful? Give feedback.
-
Actually the set of boards I want to run To be more specific, I build on all STM32 based targets, but I don't have all of them on my bench... |
Beta Was this translation helpful? Give feedback.
-
I've raised #29166 as it appears there is nothing that can be done to prevent this behavior. |
Beta Was this translation helpful? Give feedback.
-
I'm currently running 2 sanitycheck independent commands:
sanitycheck -b -N
on a wide list of boards (-p x -p y -p z...
)sanitycheck -device-testing --hardware-map ../map.yaml
which runs on the devices attached to my bench.I'd like to take advantage of the first build session to speed up the device testing session using
-test-only
.Though, from what I see, when using
test-only
, the script will try to run tests on boards x y and z, even if only x is connected to the bench.Is there a way to limit testing on the boards connected to the bench with
test-only
option ?Beta Was this translation helpful? Give feedback.
All reactions