mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-22 00:33:44 +08:00
tici: speedup power save setting (#29100)
* speedup * update type --------- Co-authored-by: Comma Device <device@comma.ai> old-commit-hash: d92c9aef23fc789d50bfd03ae09a3abbf23a8429
This commit is contained in:
Vendored
+2
-1
@@ -166,7 +166,8 @@ pipeline {
|
||||
["test sensord", "cd system/sensord/tests && python -m unittest test_sensord.py"],
|
||||
["test camerad", "python system/camerad/test/test_camerad.py"],
|
||||
["test exposure", "python system/camerad/test/test_exposure.py"],
|
||||
["test amp", "python system/hardware/tici/tests/test_amplifier.py"],
|
||||
["test amp", "pytest system/hardware/tici/tests/test_amplifier.py"],
|
||||
["test hw", "pytest system/hardware/tici/tests/test_hardware.py"],
|
||||
["test rawgpsd", "python system/sensord/rawgps/test_rawgps.py"],
|
||||
])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user