-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae15941
commit 8f5855a
Showing
3 changed files
with
142 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,23 +33,23 @@ jobs: | |
test-filter: nim-libp2p-head | ||
extra-versions: ${{ github.workspace }}/tests/transport-interop/version.json | ||
|
||
run-hole-punching-interop: | ||
name: Run hole-punching interoperability tests | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Free Disk Space (Ubuntu) | ||
uses: jlumbroso/[email protected] | ||
with: | ||
# this might remove tools that are actually needed, | ||
# when set to "true" but frees about 6 GB | ||
tool-cache: true | ||
# run-hole-punching-interop: | ||
# name: Run hole-punching interoperability tests | ||
# runs-on: ubuntu-22.04 | ||
# steps: | ||
# - name: Free Disk Space (Ubuntu) | ||
# uses: jlumbroso/[email protected] | ||
# with: | ||
# # this might remove tools that are actually needed, | ||
# # when set to "true" but frees about 6 GB | ||
# tool-cache: true | ||
|
||
- uses: actions/checkout@v4 | ||
- uses: docker/setup-buildx-action@v3 | ||
- name: Build image | ||
run: docker buildx build --load -t nim-libp2p-head -f tests/hole-punching-interop/Dockerfile . | ||
- name: Run tests | ||
uses: libp2p/test-plans/.github/actions/run-interop-hole-punch-test@master | ||
with: | ||
test-filter: nim-libp2p-head | ||
extra-versions: ${{ github.workspace }}/tests/hole-punching-interop/version.json | ||
# - uses: actions/checkout@v4 | ||
# - uses: docker/setup-buildx-action@v3 | ||
# - name: Build image | ||
# run: docker buildx build --load -t nim-libp2p-head -f tests/hole-punching-interop/Dockerfile . | ||
# - name: Run tests | ||
# uses: libp2p/test-plans/.github/actions/run-interop-hole-punch-test@master | ||
# with: | ||
# test-filter: nim-libp2p-head | ||
# extra-versions: ${{ github.workspace }}/tests/hole-punching-interop/version.json |