Skip to content

Commit

Permalink
Merge pull request #4486 from crazy-max/ci-freebsd-retry
Browse files Browse the repository at this point in the history
ci(test-os): retry logic for freebsd smoke tests step
  • Loading branch information
tonistiigi authored Dec 14, 2023
2 parents 8c4da32 + d1bb689 commit ad222b4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,12 @@ jobs:
vagrant up --no-tty
-
name: Smoke test
run: |
vagrant up --provision-with=test-smoke
uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0
with:
timeout_minutes: 20
max_attempts: 5
command: |
vagrant up --provision-with=test-smoke
-
name: BuildKit logs
if: always()
Expand Down

0 comments on commit ad222b4

Please sign in to comment.