mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 16:26:14 +08:00
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:
Vendored
+2
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user