pull/29291/head
Shane Smiskol 2 years ago
parent 8410e7e2e7
commit 8a49fb2009
  1. 3
      Jenkinsfile

3
Jenkinsfile vendored

@ -146,6 +146,9 @@ pipeline {
stage('large test models') { stage('large test models') {
agent { dockerfile { filename 'Dockerfile.openpilot_base'; args '--user=root' } } agent { dockerfile { filename 'Dockerfile.openpilot_base'; args '--user=root' } }
steps { steps {
sh "git config --global --add safe.directory '*'"
sh "git submodule update --init --depth=1 --recursive"
sh "scons -j42"
sh "cd selfdrive/car/tests && INTERNAL_SEG_LIST='selfdrive/car/tests/test_models_segs.txt' ./test_models.py" sh "cd selfdrive/car/tests && INTERNAL_SEG_LIST='selfdrive/car/tests/test_models_segs.txt' ./test_models.py"
} }
} }

Loading…
Cancel
Save