mirror of https://github.com/1okko/openpilot.git
CI: re-enable power draw test (#25988)
* CI: re-enable power draw test * adjust for ngrl
This commit is contained in:
parent
e66a70b9e9
commit
9e6265ce21
|
@ -127,7 +127,7 @@ pipeline {
|
|||
steps {
|
||||
phone_steps("tici2", [
|
||||
["build", "cd selfdrive/manager && ./build.py"],
|
||||
//["test power draw", "python system/hardware/tici/test_power_draw.py"],
|
||||
["test power draw", "python system/hardware/tici/test_power_draw.py"],
|
||||
["test boardd loopback", "python selfdrive/boardd/tests/test_boardd_loopback.py"],
|
||||
["test loggerd", "python selfdrive/loggerd/tests/test_loggerd.py"],
|
||||
["test encoder", "LD_LIBRARY_PATH=/usr/local/lib python selfdrive/loggerd/tests/test_encoder.py"],
|
||||
|
|
|
@ -20,7 +20,7 @@ class Proc:
|
|||
|
||||
PROCS = [
|
||||
Proc('camerad', 2.15),
|
||||
Proc('modeld', 1.0, atol=0.15),
|
||||
Proc('modeld', 1.15, atol=0.2),
|
||||
Proc('dmonitoringmodeld', 0.35),
|
||||
Proc('encoderd', 0.23),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue