ci: run test_qcomgpsd only on changes (#34052)

* check

* change

* clean
This commit is contained in:
Maxime Desroches
2024-11-18 14:55:46 -08:00
committed by GitHub
parent 47c90317bf
commit 3e7270a30e

2
Jenkinsfile vendored
View File

@@ -253,7 +253,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 qcomgpsd", "pytest system/qcomgpsd/tests/test_qcomgpsd.py"),
step("test qcomgpsd", "pytest system/qcomgpsd/tests/test_qcomgpsd.py", [diffPaths: ["system/qcomgpsd/"]]),
])
},