Skip to content

Commit

Permalink
Merge pull request #7967 from madhavajay/madhava/arm64_test_retry
Browse files Browse the repository at this point in the history
Changing arm64 tests to retry
  • Loading branch information
madhavajay authored Jul 24, 2023
2 parents 5ba66c6 + 8fdb188 commit 45e0859
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pr-tests-stack-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- name: Run integration tests
timeout-minutes: 600
run: |
EMULATION="true" HAGRID_FLAGS="--tag=local --test --platform linux/arm64" tox -e stack.test.integration
uses: nick-fields/retry@v2
with:
timeout_seconds: 36000
max_attempts: 3
command: EMULATION="true" HAGRID_FLAGS="--tag=local --test --platform linux/arm64" tox -e stack.test.integration

0 comments on commit 45e0859

Please sign in to comment.