From 3e7270a30ee45ad06ef1a37f0b8bd03fecbdf466 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Mon, 18 Nov 2024 14:55:46 -0800 Subject: [PATCH] ci: run test_qcomgpsd only on changes (#34052) * check * change * clean --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8e353c17eb..5e4323d3cb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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/"]]), ]) },