mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-20 01:13:56 +08:00
Disable jenkins camerad test until device is fixed
This commit is contained in:
18
Jenkinsfile
vendored
18
Jenkinsfile
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user