Laurent Senta
d872355bc0
feat: add retries & update ping/go interop test ( #32 )
...
* .github/workflows/run-composition.yml: retry the build command
* .github/workflows/run-composition.yml: reduce run timeout for now
* .github/workflows/*: run on push and PR
* .github/actions: check testground health
* ping/_composition/*: reorder lib versions
* ping/: update with go-libp2p v0.22
* chore: gofmt
* .github/workflows: allow check test-plans during PR and push
* .github/workflows/*: introduce ping-interop-latest
* .github/workflow: tweak retry + timeout
* .github/actions/setup-testground: retry install
* ping/rust: update with v0.47.0 release
2022-08-29 16:34:15 +02:00
Laurent Senta
7316e2e6c3
ping/go: release go-libp2p v0.21
2022-08-02 16:34:01 +02:00
Laurent Senta
87c4137ff9
fix: tidy compat and update versions ( #25 )
...
* ping/go: tidy with compat flag to prevent errors in CI
```
unused github.com/whyrusleeping/multiaddr-filter
unused golang.org/x/xerrors
go: downloading github.com/google/go-cmp v0.5.6
github.com/libp2p/test-plans/ping/go imports
github.com/testground/sdk-go/sync imports
nhooyr.io/websocket tested by
nhooyr.io/websocket.test imports
nhooyr.io/websocket/internal/test/assert imports
github.com/google/go-cmp/cmp loaded from github.com/google/go-cmp@v0.5.5,
but go 1.16 would select v0.5.6
...
```
* ping/go: update to go1.18
2022-07-25 15:30:38 +02:00
Laurent Senta
fb5c863d88
testground: cross-version interoperability ( #23 )
...
* plan/ping: fix test & use go 1.17
* plan/ping: fix dedup path
* ping-interop: prepare base module and build script
* ping-interop/go-v0.11: introduce legacy ping test (fix original)
* ci: add interop reusable workflow
* ci: add testground endpoint config
* ping-interop: rewrite with new testground build config feature
* ping-interop: add v0.20 version
* ping-interop: fix build parameters
* ci: add ping-interop-go runner
* ci: use self hosted runner
* ping-interop: name with the current git branch
* ping-interop: use external proxy & drop build cache
* ping-interop: support dependencies changes in go master
* ping-interop: using longer timeout with regulars runners
* ping-interop: move to ping
* README: add ping/go update intructions
* ci: rename compatibility test
* ci: add support for forks
* ping: add doc
* REMOVEME: use a test setup
* ping: update libp2p versions
* ping: add security compat
* ping: smaller compat surface
2022-07-01 09:32:16 +02:00