move remaining big files into LFS (#30053)

pull/30050/head
Adeeb Shihadeh 2 years ago committed by GitHub
parent 7ac659ade4
commit e185e5ffcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .gitattributes
  2. 8
      .github/workflows/selfdrive_tests.yaml
  3. 7
      .github/workflows/setup-with-retry/action.yaml
  4. 5
      .github/workflows/setup/action.yaml
  5. 4
      .github/workflows/tools_tests.yaml
  6. BIN
      selfdrive/ui/qt/spinner_larch64
  7. BIN
      selfdrive/ui/qt/text_larch64
  8. BIN
      system/hardware/tici/updater
  9. BIN
      third_party/acados/Darwin/lib/libacados.dylib
  10. BIN
      third_party/acados/Darwin/lib/libblasfeo.dylib
  11. BIN
      third_party/acados/Darwin/lib/libhpipm.dylib
  12. BIN
      third_party/acados/Darwin/lib/libqpOASES_e.3.1.dylib
  13. BIN
      third_party/acados/Darwin/t_renderer
  14. BIN
      third_party/acados/larch64/lib/libacados.so
  15. BIN
      third_party/acados/larch64/lib/libblasfeo.so
  16. BIN
      third_party/acados/larch64/lib/libhpipm.so
  17. BIN
      third_party/acados/larch64/t_renderer
  18. BIN
      third_party/acados/x86_64/lib/libacados.so
  19. BIN
      third_party/acados/x86_64/lib/libblasfeo.so
  20. BIN
      third_party/acados/x86_64/lib/libhpipm.so
  21. BIN
      third_party/acados/x86_64/t_renderer
  22. 4
      third_party/bootstrap/bootstrap-icons.svg
  23. 17973
      third_party/catch2/include/catch2/catch.hpp
  24. BIN
      third_party/libyuv/Darwin/lib/libyuv.a
  25. BIN
      third_party/libyuv/larch64/lib/libyuv.a
  26. BIN
      third_party/libyuv/x86_64/lib/libyuv.a
  27. BIN
      third_party/mapbox-gl-native-qt/aarch64/libqmapboxgl.so
  28. BIN
      third_party/mapbox-gl-native-qt/x86_64/libqmapboxgl.so
  29. BIN
      third_party/qt5/larch64/bin/lrelease
  30. BIN
      third_party/qt5/larch64/bin/lupdate
  31. BIN
      third_party/snpe/aarch64-ubuntu-gcc7.5/libPlatformValidatorShared.so
  32. BIN
      third_party/snpe/aarch64-ubuntu-gcc7.5/libSNPE.so
  33. BIN
      third_party/snpe/aarch64-ubuntu-gcc7.5/libcalculator.so
  34. BIN
      third_party/snpe/aarch64-ubuntu-gcc7.5/libhta.so
  35. BIN
      third_party/snpe/aarch64-ubuntu-gcc7.5/libsnpe_dsp_domains_v2.so
  36. BIN
      third_party/snpe/dsp/libcalculator_skel.so
  37. BIN
      third_party/snpe/dsp/libsnpe_dsp_v65_domains_v2_skel.so
  38. BIN
      third_party/snpe/dsp/libsnpe_dsp_v66_domains_v2_skel.so
  39. BIN
      third_party/snpe/dsp/libsnpe_dsp_v68_domains_v3_skel.so
  40. BIN
      third_party/snpe/x86_64-linux-clang/libHtpPrepare.so
  41. BIN
      third_party/snpe/x86_64-linux-clang/libSNPE.so
  42. BIN
      third_party/snpe/x86_64-linux-clang/libomp.so

12
.gitattributes vendored

@ -1,6 +1,16 @@
*.dlc filter=lfs diff=lfs merge=lfs -text *.dlc filter=lfs diff=lfs merge=lfs -text
*.onnx filter=lfs diff=lfs merge=lfs -text *.onnx filter=lfs diff=lfs merge=lfs -text
selfdrive/car/tests/test_models_segs.txt filter=lfs diff=lfs merge=lfs -text selfdrive/car/tests/test_models_segs.txt filter=lfs diff=lfs merge=lfs -text
selfdrive/assets/fonts/*.ttf filter=lfs diff=lfs merge=lfs -text selfdrive/assets/fonts/*.ttf filter=lfs diff=lfs merge=lfs -text
selfdrive/assets/training/*.png filter=lfs diff=lfs merge=lfs -text selfdrive/assets/training/*.png filter=lfs diff=lfs merge=lfs -text
system/hardware/tici/updater filter=lfs diff=lfs merge=lfs -text
selfdrive/ui/qt/spinner_larch64 filter=lfs diff=lfs merge=lfs -text
selfdrive/ui/qt/text_larch64 filter=lfs diff=lfs merge=lfs -text
third_party/**/*.a filter=lfs diff=lfs merge=lfs -text
third_party/**/*.so filter=lfs diff=lfs merge=lfs -text
third_party/**/*.dylib filter=lfs diff=lfs merge=lfs -text
third_party/acados/*/t_renderer filter=lfs diff=lfs merge=lfs -text
third_party/bootstrap/bootstrap-icons.svg filter=lfs diff=lfs merge=lfs -text
third_party/qt5/larch64/bin/lrelease filter=lfs diff=lfs merge=lfs -text
third_party/qt5/larch64/bin/lupdate filter=lfs diff=lfs merge=lfs -text
third_party/catch2/include/catch2/catch.hpp filter=lfs diff=lfs merge=lfs -text

@ -38,6 +38,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
submodules: true submodules: true
- run: git lfs pull
- name: Build devel - name: Build devel
timeout-minutes: 1 timeout-minutes: 1
run: TARGET_DIR=$STRIPPED_DIR release/build_devel.sh run: TARGET_DIR=$STRIPPED_DIR release/build_devel.sh
@ -95,6 +96,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
submodules: true submodules: true
- run: git lfs pull
- name: Determine pre-existing Homebrew packages - name: Determine pre-existing Homebrew packages
if: steps.dependency-cache.outputs.cache-hit != 'true' if: steps.dependency-cache.outputs.cache-hit != 'true'
run: | run: |
@ -198,7 +200,6 @@ jobs:
$DOCKER_LOGIN $DOCKER_LOGIN
- uses: ./.github/workflows/setup-with-retry - uses: ./.github/workflows/setup-with-retry
with: with:
git_lfs: false
docker_hub_pat: ${{ secrets.DOCKER_HUB_PAT }} docker_hub_pat: ${{ secrets.DOCKER_HUB_PAT }}
- name: Build and push CL Docker image - name: Build and push CL Docker image
if: matrix.arch == 'x86_64' if: matrix.arch == 'x86_64'
@ -230,8 +231,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
submodules: true submodules: true
- name: Build Docker image - uses: ./.github/workflows/setup-with-retry
run: eval "$BUILD"
- name: pre-commit - name: pre-commit
timeout-minutes: 4 timeout-minutes: 4
run: ${{ env.RUN }} "unset PYTHONWARNINGS && pre-commit run --all" run: ${{ env.RUN }} "unset PYTHONWARNINGS && pre-commit run --all"
@ -394,6 +394,7 @@ jobs:
with: with:
submodules: true submodules: true
ref: ${{ github.event.pull_request.base.ref }} ref: ${{ github.event.pull_request.base.ref }}
- run: git lfs pull
- uses: ./.github/workflows/setup-with-retry - uses: ./.github/workflows/setup-with-retry
- name: Get base car info - name: Get base car info
run: | run: |
@ -403,6 +404,7 @@ jobs:
with: with:
submodules: true submodules: true
path: current path: current
- run: cd current && git lfs pull
- name: Save car docs diff - name: Save car docs diff
id: save_diff id: save_diff
run: | run: |

@ -5,10 +5,6 @@ inputs:
description: 'Auth token for Docker Hub, required for BuildJet jobs' description: 'Auth token for Docker Hub, required for BuildJet jobs'
required: false required: false
default: '' default: ''
git_lfs:
description: 'Whether or not to pull the git lfs'
required: false
default: 'true'
cache_key_prefix: cache_key_prefix:
description: 'Prefix for caching key' description: 'Prefix for caching key'
required: false required: false
@ -26,7 +22,6 @@ runs:
continue-on-error: true continue-on-error: true
with: with:
docker_hub_pat: ${{ inputs.docker_hub_pat }} docker_hub_pat: ${{ inputs.docker_hub_pat }}
git_lfs: ${{ inputs.git_lfs }}
cache_key_prefix: ${{ inputs.cache_key_prefix }} cache_key_prefix: ${{ inputs.cache_key_prefix }}
is_retried: true is_retried: true
- if: steps.setup1.outcome == 'failure' - if: steps.setup1.outcome == 'failure'
@ -38,7 +33,6 @@ runs:
continue-on-error: true continue-on-error: true
with: with:
docker_hub_pat: ${{ inputs.docker_hub_pat }} docker_hub_pat: ${{ inputs.docker_hub_pat }}
git_lfs: ${{ inputs.git_lfs }}
cache_key_prefix: ${{ inputs.cache_key_prefix }} cache_key_prefix: ${{ inputs.cache_key_prefix }}
is_retried: true is_retried: true
- if: steps.setup2.outcome == 'failure' - if: steps.setup2.outcome == 'failure'
@ -49,6 +43,5 @@ runs:
uses: ./.github/workflows/setup uses: ./.github/workflows/setup
with: with:
docker_hub_pat: ${{ inputs.docker_hub_pat }} docker_hub_pat: ${{ inputs.docker_hub_pat }}
git_lfs: ${{ inputs.git_lfs }}
cache_key_prefix: ${{ inputs.cache_key_prefix }} cache_key_prefix: ${{ inputs.cache_key_prefix }}
is_retried: true is_retried: true

@ -5,10 +5,6 @@ inputs:
description: 'Auth token for Docker Hub, required for BuildJet jobs' description: 'Auth token for Docker Hub, required for BuildJet jobs'
required: true required: true
default: '' default: ''
git_lfs:
description: 'Whether or not to pull the git lfs'
required: true
default: 'true'
cache_key_prefix: cache_key_prefix:
description: 'Prefix for caching key' description: 'Prefix for caching key'
required: true required: true
@ -30,7 +26,6 @@ runs:
# do this after checkout to ensure our custom LFS config is used to pull from GitLab # do this after checkout to ensure our custom LFS config is used to pull from GitLab
- shell: bash - shell: bash
if: ${{ inputs.git_lfs == 'true' }}
run: git lfs pull run: git lfs pull
# on BuildJet runners, must be logged into DockerHub to avoid rate limiting # on BuildJet runners, must be logged into DockerHub to avoid rate limiting

@ -72,8 +72,6 @@ jobs:
with: with:
submodules: true submodules: true
- uses: ./.github/workflows/setup-with-retry - uses: ./.github/workflows/setup-with-retry
with:
git_lfs: false
- name: Setup to push to repo - name: Setup to push to repo
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/openpilot' if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/openpilot'
run: | run: |
@ -91,8 +89,6 @@ jobs:
with: with:
submodules: true submodules: true
- uses: ./.github/workflows/setup-with-retry - uses: ./.github/workflows/setup-with-retry
with:
git_lfs: false
- name: Use local image for testing devcontainer with latest base image - name: Use local image for testing devcontainer with latest base image
run: | run: |
echo "USE_LOCAL_IMAGE=true" >> "$GITHUB_ENV" echo "USE_LOCAL_IMAGE=true" >> "$GITHUB_ENV"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 132 B

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save