more external cleanup

old-commit-hash: d61b664785
commatwo_master
Adeeb Shihadeh 4 years ago
parent 1dae511b5b
commit ea2bb39526
  1. 3
      external/azcopy/azcopy
  2. 1
      external/bin/azcopy
  3. 3
      external/git-lfs/build.sh
  4. 3
      external/git-lfs/git-lfs
  5. 3
      selfdrive/test/update_ci_routes.py

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7d08710ae4c0bbdc73184453b4d40da979fa3b0abbdb4e974980f9250730127
size 18914367

@ -1 +0,0 @@
../azcopy/azcopy

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb45874b36353c2a02c7c52c4c62817e7dc94300e6f5d52621ca8f6f8ea0a478
size 241

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd723cc6ad755eb9034310b2ad956d5335fd3cb344a689a109418824f9cbca9a
size 9730317

@ -1,7 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
import sys import sys
import subprocess import subprocess
from common.basedir import BASEDIR
from azure.storage.blob import BlockBlobService from azure.storage.blob import BlockBlobService
from selfdrive.test.test_car_models import routes as test_car_models_routes from selfdrive.test.test_car_models import routes as test_car_models_routes
@ -32,7 +31,7 @@ def sync_to_ci_public(route):
for (source_account, source_bucket), source_key in zip(SOURCES, SOURCE_KEYS): for (source_account, source_bucket), source_key in zip(SOURCES, SOURCE_KEYS):
print(f"Trying {source_account}/{source_bucket}") print(f"Trying {source_account}/{source_bucket}")
cmd = [ cmd = [
f"{BASEDIR}/external/bin/azcopy", "azcopy",
"copy", "copy",
"https://{}.blob.core.windows.net/{}/{}/?{}".format(source_account, source_bucket, key_prefix, source_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), "https://{}.blob.core.windows.net/{}/{}/?{}".format(_DATA_ACCOUNT_CI, "openpilotci", dongle_id, DEST_KEY),

Loading…
Cancel
Save