ci: lower concurrent jobs

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto 2025-01-03 20:48:23 +01:00 committed by GitHub
parent baee4f7bd5
commit 9bcfda171b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -400,5 +400,5 @@ jobs:
image-type: 'core'
base-image: "nvcr.io/nvidia/l4t-jetpack:r36.4.0"
runs-on: 'self-hosted'
makeflags: "--jobs=4 --output-sync=target"
makeflags: "--jobs=1 --output-sync=target"
skip-drivers: 'true'