exclude dcamera files from ci routes

old-commit-hash: dabe9d71ab
commatwo_master
Greg Hogan 5 years ago
parent 5a8a2b2859
commit c7dfd582c3
  1. 5
      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:

Loading…
Cancel
Save