Fix flaky QUIC hole-punching tests (#314)

This commit is contained in:
Thomas Eizinger
2023-10-25 13:23:34 +11:00
committed by GitHub
parent 261c1978ec
commit 9247c9fd99
4 changed files with 14 additions and 4 deletions

View File

@@ -11,9 +11,19 @@ on:
name: libp2p holepunching interop test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run-hole-punch-interop:
runs-on: ['self-hosted', 'linux', 'x64', '4xlarge'] # https://github.com/pl-strflt/tf-aws-gh-runner/blob/main/runners.tf
# Uncomment to test for flakiness.
# strategy:
# matrix:
# dim1: ['a', 'b', 'c', 'd', 'e']
# dim2: [1, 2, 3, 4, 5]
# fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/run-interop-hole-punch-test