jenkins: add new devices (#24144)

pull/24154/head
Adeeb Shihadeh 3 years ago committed by GitHub
parent 03257bb0d8
commit 84aff56de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -210,7 +210,7 @@ pipeline {
stage('C3: replay') { stage('C3: replay') {
steps { steps {
phone_steps("tici-party", [ phone_steps("tici3", [
["build", "cd selfdrive/manager && ./build.py"], ["build", "cd selfdrive/manager && ./build.py"],
["model replay", "cd selfdrive/test/process_replay && ./model_replay.py"], ["model replay", "cd selfdrive/test/process_replay && ./model_replay.py"],
]) ])

Loading…
Cancel
Save