Disable jenkins camerad test until device is fixed

pull/22270/head
Willem Melching 2021-09-18 10:56:20 -07:00
parent 3778592f50
commit b60fb46be6
1 changed files with 9 additions and 9 deletions

18
Jenkinsfile vendored
View File

@ -224,15 +224,15 @@ 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('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 {