jenkins: re-enable test_models (#29394)

* re-enable test_models

* now?

* Remove bad Volt segment

* Update Jenkinsfile

* use first n segments
This commit is contained in:
Shane Smiskol
2023-08-14 16:08:34 -07:00
committed by GitHub
parent 6c3e5c4362
commit fb235238ad
3 changed files with 9 additions and 4 deletions
Vendored
+2 -1
View File
@@ -158,7 +158,8 @@ pipeline {
sh "git lfs pull"
// tests that our build system's dependencies are configured properly, needs a machine with lots of cores
sh "scons --clean && scons --no-cache --random -j42"
//sh "INTERNAL_SEG_LIST=selfdrive/car/tests/test_models_segs.txt FILEREADER_CACHE=1 pytest -n42 --dist=loadscope selfdrive/car/tests/test_models.py"
sh "INTERNAL_SEG_CNT=400 INTERNAL_SEG_LIST=selfdrive/car/tests/test_models_segs.txt FILEREADER_CACHE=1 \
pytest -n42 --dist=loadscope selfdrive/car/tests/test_models.py"
}
post {