Disable jenkins camerad test until device is fixed

pull/22270/head
Willem Melching 4 years ago
parent 3778592f50
commit b60fb46be6
  1. 18
      Jenkinsfile

18
Jenkinsfile vendored

@ -224,15 +224,15 @@ pipeline {
} }
} }
stage('camerad') { // stage('camerad') {
steps { // steps {
phone_steps("eon-party", [ // phone_steps("eon-party", [
["build", "cd selfdrive/manager && ./build.py"], // ["build", "cd selfdrive/manager && ./build.py"],
["test camerad", "python selfdrive/camerad/test/test_camerad.py"], // ["test camerad", "python selfdrive/camerad/test/test_camerad.py"],
["test exposure", "python selfdrive/camerad/test/test_exposure.py"], // ["test exposure", "python selfdrive/camerad/test/test_exposure.py"],
]) // ])
} // }
} // }
stage('Tici camerad') { stage('Tici camerad') {
steps { steps {

Loading…
Cancel
Save