pull/24414/head
Shane Smiskol 3 years ago
parent 07aa0a1c83
commit a8d2f41fb4
  1. 5
      selfdrive/test/process_replay/test_processes.py
  2. 4
      selfdrive/test/process_replay/update_refs.py

@ -47,10 +47,11 @@ segments = [
("MAZDA", "fakedata|2022-01-20--18-09-32--0"),
]
BASE_URL = "https://commadataci.blob.core.windows.net/openpilotci/"
# dashcamOnly makes don't need to be tested until a full port is done
excluded_interfaces = ["mock", "ford", "mazda", "tesla"]
BASE_URL = "https://commadataci.blob.core.windows.net/openpilotci/"
# run the full test (including checks) when no args given
FULL_TEST = len(sys.argv) <= 1

@ -16,7 +16,7 @@ if __name__ == "__main__":
ref_commit = get_commit()
if ref_commit is None:
raise Exception("couldn't get ref commit")
raise Exception("Couldn't get ref commit")
with open(ref_commit_fn, "w") as f:
f.write(ref_commit)
@ -45,4 +45,4 @@ if __name__ == "__main__":
upload_file(log_fn, os.path.basename(log_fn))
os.remove(log_fn)
print(f'done\nnew reference commit: {ref_commit}')
print(f'Done\nNew reference commit: {ref_commit}')

Loading…
Cancel
Save