Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions .github/workflows/runner-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,8 @@ jobs:
EOF

- name: "Run (${{ contains(env.TARBALL, 'PR-') && 'feature build' || inputs.repository }})${{ inputs.playbook }} test on ${{ inputs.os }}"
uses: nick-fields/retry@v3
with:
timeout_minutes: 30
retry_wait_seconds: '60'
max_attempts: 2
command: sudo vagrant up --provider=libvirt
on_retry_command: sudo vagrant destroy -f && sudo vagrant global-status --prune
working-directory: ./
run: vagrant up

- uses: actions/upload-artifact@v4
if: ${{ failure() }}
Expand Down
Loading