CI: re-enable power draw test (#25988)

* CI: re-enable power draw test

* adjust for ngrl
This commit is contained in:
Adeeb Shihadeh
2022-10-06 15:01:57 -07:00
committed by GitHub
parent e66a70b9e9
commit 9e6265ce21
2 changed files with 2 additions and 2 deletions
Vendored
+1 -1
View File
@@ -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"],
+1 -1
View File
@@ -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),
]