pull/29291/head
Shane Smiskol 2 years ago
parent 96ef154d61
commit 8410e7e2e7
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -144,7 +144,7 @@ pipeline {
*/ */
stage('large test models') { stage('large test models') {
agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } } agent { dockerfile { filename 'Dockerfile.openpilot_base'; args '--user=root' } }
steps { steps {
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