reenable eon camerad test (#22668)

old-commit-hash: 31175a2fb2
commatwo_master
Adeeb Shihadeh 4 years ago committed by GitHub
parent 112fede12e
commit 3eb81e18ef
  1. 22
      Jenkinsfile

22
Jenkinsfile vendored

@ -223,17 +223,17 @@ pipeline {
} }
} }
// stage('camerad') { stage('EON 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 {
phone_steps("tici-party", [ phone_steps("tici-party", [
["build", "cd selfdrive/manager && ./build.py"], ["build", "cd selfdrive/manager && ./build.py"],

Loading…
Cancel
Save