From 8f1fc93a5e69dfa55ae4f45dfb1256e918424b41 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 30 Jun 2021 00:40:48 -0700 Subject: [PATCH] exclude raw logger files from upload --- selfdrive/test/update_ci_routes.py | 1 + 1 file changed, 1 insertion(+) 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)