300 might be better with rest of test_models

pull/30443/head
Shane Smiskol 1 year ago
parent f5497028bd
commit 0968d2ab4a
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -234,7 +234,7 @@ node {
'car tests': { 'car tests': {
pcStage("car tests") { pcStage("car tests") {
sh label: "build", script: "selfdrive/manager/build.py" sh label: "build", script: "selfdrive/manager/build.py"
sh label: "run car tests", script: "cd selfdrive/car/tests && MAX_EXAMPLES=500 INTERNAL_SEG_CNT=250 FILEREADER_CACHE=1 \ sh label: "run car tests", script: "cd selfdrive/car/tests && MAX_EXAMPLES=300 INTERNAL_SEG_CNT=250 FILEREADER_CACHE=1 \
INTERNAL_SEG_LIST=selfdrive/car/tests/test_models_segs.txt pytest test_models.py test_car_interfaces.py" INTERNAL_SEG_LIST=selfdrive/car/tests/test_models_segs.txt pytest test_models.py test_car_interfaces.py"
} }
}, },

Loading…
Cancel
Save