Skip to content

Commit

Permalink
Attempt to destroy vm between retry
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Oct 18, 2023
1 parent f4fffb7 commit 2b6225c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/snapshotter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
max_attempts: 3
# Workaround for https://github.com/nick-fields/retry/issues/89
command: cd tests/snapshotter/${{ matrix.snapshotter }}/${{ matrix.vm }} && vagrant up
on_retry_command: vagrant destroy -f
retry_wait_seconds: 30
- name: "⏳ Node"
run: vagrant provision --provision-with=k3s-wait-for-node
- name: "⏳ CoreDNS"
Expand Down

0 comments on commit 2b6225c

Please sign in to comment.