pull/26226/head
Shane Smiskol 2 years ago
parent 1e37114f36
commit aeaafabc21
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -155,7 +155,7 @@ pipeline {
sh "git submodule update --init --depth=1 --recursive"
sh "scons --clean && scons --no-cache -j42"
sh "scons --clean && scons --no-cache --random -j42"
sh "cd selfdrive/car/tests && INTERNAL_SEG_LIST='selfdrive/car/tests/test_models_segs.txt' pytest -n42 --dist=loadscope ./test_models.py"
sh "cd selfdrive/car/tests && INTERNAL_SEG_LIST='selfdrive/car/tests/test_models_segs.txt' FILEREADER_CACHE='1' pytest -n42 --dist=loadscope ./test_models.py"
}
post {

Loading…
Cancel
Save