From dec3b1c58af205e11ce28cf78deec4c51b84a5cc Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Mon, 17 May 2021 16:13:53 +0200 Subject: [PATCH] j16 -> j8 old-commit-hash: b749ba4fe21fb11d803dd7d0dba58c2826ee7dc0 --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 97633da80b..8d0b9737d7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -186,7 +186,7 @@ pipeline { } steps { phone_steps("tici", [ - ["build", "SCONS_CACHE=1 scons -j16"], + ["build", "SCONS_CACHE=1 scons -j8"], ["test loggerd", "python selfdrive/loggerd/tests/test_loggerd.py"], ["test encoder", "LD_LIBRARY_PATH=/usr/local/lib python selfdrive/loggerd/tests/test_encoder.py"], ["onroad tests", "cd selfdrive/test/ && ./test_onroad.py"], @@ -198,7 +198,7 @@ pipeline { stage('camerad') { steps { phone_steps("eon-party", [ - ["build", "SCONS_CACHE=1 scons -j16"], + ["build", "SCONS_CACHE=1 scons -j8"], ["test camerad", "python selfdrive/camerad/test/test_camerad.py"], ["test exposure", "python selfdrive/camerad/test/test_exposure.py"], ]) @@ -208,7 +208,7 @@ pipeline { stage('Tici camerad') { steps { phone_steps("tici-party", [ - ["build", "SCONS_CACHE=1 scons -j16"], + ["build", "SCONS_CACHE=1 scons -j8"], ["test camerad", "python selfdrive/camerad/test/test_camerad.py"], ["test exposure", "python selfdrive/camerad/test/test_exposure.py"], ])