Skip to content

Commit acd3b55

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-yocto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
ci/kas-container-shell-helper.sh ci/yocto-patchreview.sh
8787
8888
compile_warm_up:
89-
needs: [kas-setup, yocto-run-checks]
89+
needs: kas-setup
9090
if: github.repository_owner == 'qualcomm-linux'
9191
runs-on: [self-hosted, qcom-u2404, amd64]
9292
strategy:

0 commit comments

Comments
 (0)