From 84aff56de6c7f12e4a5ca9560425f3316c5f95b6 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 6 Apr 2022 10:34:46 -0700 Subject: [PATCH] jenkins: add new devices (#24144) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c01930b234..fcfc17a86f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -210,7 +210,7 @@ pipeline { stage('C3: replay') { steps { - phone_steps("tici-party", [ + phone_steps("tici3", [ ["build", "cd selfdrive/manager && ./build.py"], ["model replay", "cd selfdrive/test/process_replay && ./model_replay.py"], ])