jenkins: replace tici-common (#36073)

* common

* remove

* test

* Revert "test"

This reverts commit 2c76a8f818.

* Reapply "test"

This reverts commit d9974dd856.

* Revert "Reapply "test""

This reverts commit 2377c6ab20.

* tizi bounds
pull/36070/head
Maxime Desroches 3 days ago committed by GitHub
parent 2aa7648bb8
commit a254a05df0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      Jenkinsfile
  2. 4
      system/hardware/tici/tests/test_power_draw.py

3
Jenkinsfile vendored

@ -208,12 +208,11 @@ node {
])
},
'HW + Unit Tests': {
deviceStage("tici-hardware", "tici-common", ["UNSAFE=1"], [
deviceStage("tizi-hardware", "tizi-common", ["UNSAFE=1"], [
step("build", "cd system/manager && ./build.py"),
step("test pandad", "pytest selfdrive/pandad/tests/test_pandad.py", [diffPaths: ["panda", "selfdrive/pandad/"]]),
step("test power draw", "pytest -s system/hardware/tici/tests/test_power_draw.py"),
step("test encoder", "LD_LIBRARY_PATH=/usr/local/lib pytest system/loggerd/tests/test_encoder.py", [diffPaths: ["system/loggerd/"]]),
step("test pigeond", "pytest system/ubloxd/tests/test_pigeond.py", [diffPaths: ["system/ubloxd/"]]),
step("test manager", "pytest system/manager/test/test_manager.py"),
])
},

@ -32,8 +32,8 @@ class Proc:
PROCS = [
Proc(['camerad'], 1.75, msgs=['roadCameraState', 'wideRoadCameraState', 'driverCameraState']),
Proc(['modeld'], 1.12, atol=0.2, msgs=['modelV2']),
Proc(['dmonitoringmodeld'], 0.6, msgs=['driverStateV2']),
Proc(['modeld'], 1.24, atol=0.2, msgs=['modelV2']),
Proc(['dmonitoringmodeld'], 0.7, msgs=['driverStateV2']),
Proc(['encoderd'], 0.23, msgs=[]),
]

Loading…
Cancel
Save