Skip to content
Commit 8539f7f6 authored by Ryan Roberts's avatar Ryan Roberts
Browse files

test: Run multiple fvps in parallel



When running on a system with enough RAM and multiple CPUs, we can do
multiple FVP runs in parallel to save text execution time. This is
useful for the CI. A new option, `--fvpjobs` is added to specify the
maximum number of parallel instances. When 1 (the default), shrinkwrap
continues to output directly to the console as before. When >1, the
entire output of each run is captured then dumpped to stdout out
atomically.

Signed-off-by: Ryan Roberts's avatarRyan Roberts <ryan.roberts@arm.com>
parent 048b3be6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment