merge Tesla without a replay route (#33691)

* bump opendbc

* no Tesla replay route for now

* bump opendbc to head
pull/33689/head^2
Jason Young 8 months ago committed by GitHub
parent 3b6f7c9a6c
commit ba350aac4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      opendbc_repo
  2. 2
      selfdrive/test/process_replay/test_processes.py

@ -1 +1 @@
Subproject commit 6a35629a6b5f55167ed9d9923411ce9e49e6a76f
Subproject commit 7b63ff21e9652242255b408840d0ebc5a7d0e768

@ -60,7 +60,7 @@ segments = [
]
# dashcamOnly makes don't need to be tested until a full port is done
excluded_interfaces = ["mock"]
excluded_interfaces = ["mock", "tesla"]
BASE_URL = "https://commadataci.blob.core.windows.net/openpilotci/"
REF_COMMIT_FN = os.path.join(PROC_REPLAY_DIR, "ref_commit")

Loading…
Cancel
Save