reenable eon camerad test (#22668)

pull/22632/head
Adeeb Shihadeh 2021-10-22 23:21:40 -07:00 committed by GitHub
parent b5f472456e
commit 31175a2fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

20
Jenkinsfile vendored
View File

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