Commit acd3b55
committed
build-yocto: run the yocto-run-checks in parallel with compile warm up
We need to find a way to optimize yocto-check-layer, it takes around 20 minutes currently.
From some analyses the biggest time consumers (top 5):
test_machine_signatures — 9m 25.067s
test_machine_world — 7m 4.832s
test_world_inherit_class — 32.777s
test_signatures — 32.661s
test_world — 21.964s
When reduced to only one machine it takes about 3m41.149s in total.
Debugging continues to understand what we can change to fix this.
However, we will run yocto-check-layer in parallel,
thus removing ~20 minutes from the total build time.
Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>1 parent 152b337 commit acd3b55
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments