also run qcomgpsd on path update

old-commit-hash: 0830f62b36
This commit is contained in:
Adeeb Shihadeh 2023-12-14 20:44:14 -08:00
parent 71d4a05d86
commit 129c2b9f16
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -251,7 +251,7 @@ node {
["test pandad", "pytest selfdrive/boardd/tests/test_pandad.py", ["panda/", "selfdrive/boardd/"]],
["test amp", "pytest system/hardware/tici/tests/test_amplifier.py"],
["test hw", "pytest system/hardware/tici/tests/test_hardware.py"],
["test qcomgpsd", "pytest system/qcomgpsd/tests/test_qcomgpsd.py"],
["test qcomgpsd", "pytest system/qcomgpsd/tests/test_qcomgpsd.py", ["system/qcomgpsd/"]],
])
},