reenable eon camerad test (#22668)

pull/22632/head
Adeeb Shihadeh 4 years ago committed by GitHub
parent b5f472456e
commit 31175a2fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      Jenkinsfile

22
Jenkinsfile vendored

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

Loading…
Cancel
Save