Skip to content

Commit

Permalink
ci: retry lfs pull (#33918)
Browse files Browse the repository at this point in the history
* retry

* pin

* name
  • Loading branch information
maxime-desroches authored Nov 2, 2024
1 parent 6fc14b5 commit 421ee1c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/selfdrive_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- run: git lfs pull
- name: Getting LFS files
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e
with:
timeout_minutes: 2
max_attempts: 3
command: git lfs pull
- name: Build devel
timeout-minutes: 1
run: TARGET_DIR=$STRIPPED_DIR release/build_devel.sh
Expand Down

0 comments on commit 421ee1c

Please sign in to comment.