reenable eon camerad test (#22668)

old-commit-hash: 31175a2fb21bbf2881dcdd5171571ce6743a8754
This commit is contained in:
Adeeb Shihadeh
2021-10-22 23:21:40 -07:00
committed by GitHub
parent 112fede12e
commit 3eb81e18ef
Vendored
+10 -10
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"],