diff --git a/selfdrive/test/update_ci_routes.py b/selfdrive/test/update_ci_routes.py index 36b58fab59..a695e394c0 100755 --- a/selfdrive/test/update_ci_routes.py +++ b/selfdrive/test/update_ci_routes.py @@ -29,6 +29,7 @@ def upload_route(path): "--recursive=false", "--overwrite=false", "--exclude-pattern=*/dcamera.hevc", + "--exclude-pattern=*/*.mkv", ] subprocess.check_call(cmd)