use pytest instead! (5 jobs is ~150 mins)

pull/29291/head
Shane Smiskol 2 years ago
parent 624ff9c548
commit 2b3793bd77
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -149,7 +149,7 @@ pipeline {
sh "git config --global --add safe.directory '*'" sh "git config --global --add safe.directory '*'"
sh "git submodule update --init --depth=1 --recursive" sh "git submodule update --init --depth=1 --recursive"
sh "scons -j42" sh "scons -j42"
sh "cd selfdrive/car/tests && PYTHONPATH='${WORKSPACE}' INTERNAL_SEG_LIST='selfdrive/car/tests/test_models_segs.txt' ./test_models.py" sh "cd selfdrive/car/tests && PYTHONPATH='${WORKSPACE}' INTERNAL_SEG_LIST='selfdrive/car/tests/test_models_segs.txt' pytest -n42 --dist=loadscope ./test_models.py"
} }
post { post {

Loading…
Cancel
Save