mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 13:32:05 +08:00
reenable eon camerad test (#22668)
old-commit-hash: 31175a2fb21bbf2881dcdd5171571ce6743a8754
This commit is contained in:
Vendored
+10
-10
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user