Skip to content

Commit

Permalink
ci: Bump upload retries
Browse files Browse the repository at this point in the history
We are still seeing incomplete builds on occasion.

Signed-off-by: Andy Doan <[email protected]>
  • Loading branch information
doanac committed Dec 13, 2024
1 parent e485b11 commit f97a016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
# Instruct our file server to make these files available for download
url="https://quic-yocto-fileserver-1029608027416.us-central1.run.app/${GITHUB_RUN_ID}/${{ matrix.machine }}/"
retries=4
retries=8
okay=0
shopt -s lastpipe # allows us to capture the value of `okay` in the while loop below
for ((i=0; i<retries; i++)); do
Expand Down

0 comments on commit f97a016

Please sign in to comment.