From c7dfd582c39c504589762c2ca99f9729d2ea62b9 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Thu, 6 Feb 2020 14:26:48 -0800 Subject: [PATCH] exclude dcamera files from ci routes old-commit-hash: dabe9d71ab1f7ee4fc4118ccce9b331ebcd801ca --- selfdrive/test/update_ci_routes.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/selfdrive/test/update_ci_routes.py b/selfdrive/test/update_ci_routes.py index abfccd56c5..207cc1b32e 100755 --- a/selfdrive/test/update_ci_routes.py +++ b/selfdrive/test/update_ci_routes.py @@ -35,10 +35,11 @@ def sync_to_ci_public(route): cmd = [ f"{BASEDIR}/external/bin/azcopy", "copy", - "https://{}.blob.core.windows.net/{}/{}?{}".format(source_account, source_bucket, key_prefix, source_key), - "https://{}.blob.core.windows.net/{}/{}?{}".format(_DATA_ACCOUNT_CI, "openpilotci", dongle_id, DEST_KEY), + "https://{}.blob.core.windows.net/{}/{}/?{}".format(source_account, source_bucket, key_prefix, source_key), + "https://{}.blob.core.windows.net/{}/{}/?{}".format(_DATA_ACCOUNT_CI, "openpilotci", dongle_id, DEST_KEY), "--recursive=true", "--overwrite=false", + "--exclude=*/dcamera.hevc", ] try: