how many levels do we need?

pull/29291/head
Shane Smiskol 2 years ago
parent e7eb6e4043
commit 1a17320fa1
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

@ -153,6 +153,8 @@ pipeline {
} }
} }
stages {
stage('start large test models') {
steps { steps {
sh "git config --global --add safe.directory '*'" sh "git config --global --add safe.directory '*'"
sh "git submodule update --init --depth=1 --recursive" sh "git submodule update --init --depth=1 --recursive"
@ -160,6 +162,8 @@ pipeline {
sh "cd selfdrive/car/tests && PYTHONPATH='${WORKSPACE}' JOB_ID=${JOB_ID} NUM_JOBS=5 INTERNAL_SEG_LIST='selfdrive/car/tests/test_models_segs.txt' ./test_models.py" sh "cd selfdrive/car/tests && PYTHONPATH='${WORKSPACE}' JOB_ID=${JOB_ID} NUM_JOBS=5 INTERNAL_SEG_LIST='selfdrive/car/tests/test_models_segs.txt' ./test_models.py"
} }
} }
}
}
post { post {
always { always {

Loading…
Cancel
Save