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

* CI: re-enable power draw test

* adjust for ngrl
old-commit-hash: 9e6265ce2188ac48442b07a77e86ca4fd3eba06b
This commit is contained in:
Adeeb Shihadeh
2022-10-06 15:01:57 -07:00
committed by GitHub
parent 6b52a960e6
commit c18d23c8be
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
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"],

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),
]