enable RIVIAN again

pull/34975/head
Kacper Rączy 3 weeks ago
parent d01eb52f9d
commit 1a256f92cd
  1. 2
      selfdrive/test/process_replay/test_processes.py

@ -196,7 +196,7 @@ if __name__ == "__main__":
continue
# to speed things up, we only test all segments on card
if cfg.proc_name != 'card' and car_brand not in ('HYUNDAI', 'TOYOTA', 'HONDA', 'SUBARU', 'FORD'):
if cfg.proc_name != 'card' and car_brand not in ('HYUNDAI', 'TOYOTA', 'HONDA', 'SUBARU', 'FORD', 'RIVIAN'):
continue
cur_log_fn = os.path.join(FAKEDATA, f"{segment}_{cfg.proc_name}_{cur_commit}.zst")

Loading…
Cancel
Save