|
|
@ -235,8 +235,8 @@ node { |
|
|
|
pcStage("car tests") { |
|
|
|
pcStage("car tests") { |
|
|
|
sh label: "build", script: "selfdrive/manager/build.py" |
|
|
|
sh label: "build", script: "selfdrive/manager/build.py" |
|
|
|
sh label: "test_models.py", script: "INTERNAL_SEG_CNT=250 INTERNAL_SEG_LIST=selfdrive/car/tests/test_models_segs.txt FILEREADER_CACHE=1 \ |
|
|
|
sh label: "test_models.py", script: "INTERNAL_SEG_CNT=250 INTERNAL_SEG_LIST=selfdrive/car/tests/test_models_segs.txt FILEREADER_CACHE=1 \ |
|
|
|
pytest -n auto --dist=loadscope selfdrive/car/tests/test_models.py" |
|
|
|
pytest selfdrive/car/tests/test_models.py" |
|
|
|
sh label: "test_car_interfaces.py", script: "MAX_EXAMPLES=100 pytest -n auto --dist=load selfdrive/car/tests/test_car_interfaces.py" |
|
|
|
sh label: "test_car_interfaces.py", script: "MAX_EXAMPLES=100 pytest selfdrive/car/tests/test_car_interfaces.py" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|