test flakes if lpac called concurrently

Trey Moen 7 days ago
parent 172e038179
commit 0704e87272
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -268,7 +268,7 @@ node {
step("test pandad spi", "pytest selfdrive/pandad/tests/test_pandad_spi.py"),
step("test pandad", "pytest selfdrive/pandad/tests/test_pandad.py", [diffPaths: ["panda", "selfdrive/pandad/"]]),
step("test amp", "pytest system/hardware/tici/tests/test_amplifier.py"),
step("test esim", "pytest system/hardware/tici/tests/test_esim.py"),
step("test esim", "pytest -n1 system/hardware/tici/tests/test_esim.py"),
step("test qcomgpsd", "pytest system/qcomgpsd/tests/test_qcomgpsd.py", [diffPaths: ["system/qcomgpsd/"]]),
])
},

Loading…
Cancel
Save