From 32b224662abfa47761008550d410c70d1a184068 Mon Sep 17 00:00:00 2001 From: ZwX1616 Date: Tue, 30 Mar 2021 18:41:32 -0700 Subject: [PATCH] jenkins device maintenance old-commit-hash: e8d0d480396e380259a1baa2b62357565cb05454 --- Jenkinsfile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 78a3a0fa63..6c946cd720 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -184,16 +184,6 @@ pipeline { } } - stage('Tici camerad') { - steps { - phone_steps("tici-party", [ - ["build", "SCONS_CACHE=1 scons -j16"], - ["test camerad", "python selfdrive/camerad/test/test_camerad.py"], - ["test exposure", "python selfdrive/camerad/test/test_exposure.py"], - ]) - } - } - } } }