|
|
|
@ -35,6 +35,7 @@ source_segments = [ |
|
|
|
|
("MAZDA", "bd6a637565e91581|2021-10-30--15-14-53--4"), # MAZDA.MAZDA_CX9_2021 |
|
|
|
|
("FORD", "54827bf84c38b14f|2023-01-26--21-59-07--4"), # FORD.FORD_BRONCO_SPORT_MK1 |
|
|
|
|
("RIVIAN", "bc095dc92e101734|000000db--ee9fe46e57--1"), # RIVIAN.RIVIAN_R1_GEN1 |
|
|
|
|
("TESLA", "2c912ca5de3b1ee9|0000025d--6eb6bcbca4--4"), # TESLA.TESLA_MODEL_Y |
|
|
|
|
|
|
|
|
|
# Enable when port is tested and dashcamOnly is no longer set |
|
|
|
|
#("VOLKSWAGEN2", "3cfdec54aa035f3f|2022-07-19--23-45-10--2"), # VOLKSWAGEN.VOLKSWAGEN_PASSAT_NMS |
|
|
|
@ -58,6 +59,7 @@ segments = [ |
|
|
|
|
("MAZDA", "regenACF84CCF482|2024-08-30--03-21-55--0"), |
|
|
|
|
("FORD", "regen755D8CB1E1F|2025-04-08--23-13-43--0"), |
|
|
|
|
("RIVIAN", "regen5FCAC896BBE|2025-04-08--23-13-35--0"), |
|
|
|
|
("TESLA", "2c912ca5de3b1ee9|0000025d--6eb6bcbca4--4"), |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
# dashcamOnly makes don't need to be tested until a full port is done |
|
|
|
@ -195,7 +197,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', 'RIVIAN'): |
|
|
|
|
if cfg.proc_name != 'card' and car_brand not in ('HYUNDAI', 'TOYOTA', 'HONDA', 'SUBARU', 'FORD', 'RIVIAN', 'TESLA'): |
|
|
|
|
continue |
|
|
|
|
|
|
|
|
|
cur_log_fn = os.path.join(FAKEDATA, f"{segment}_{cfg.proc_name}_{cur_commit}.zst") |
|
|
|
|