Skip to content

Commit

Permalink
Remove older versions
Browse files Browse the repository at this point in the history
Part of #229. I think we've
already hit this limit on js-libp2p and zig-libp2p since those build
environments are a bit bigger.

Picked the biggest offenders from this run:
https://github.com/libp2p/test-plans/actions/runs/5662554281/job/15342709461?pr=230#step:3:2864
  • Loading branch information
MarcoPolo committed Jul 25, 2023
1 parent f0437a8 commit 4b1ad61
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions multidim-interop/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,38 +68,19 @@ export const versions: Array<Version> = [
secureChannels: ["tls", "noise"],
muxers: ["mplex", "yamux"],
},
{
id: "rust-v0.52",
transports: ["ws", "tcp", "quic-v1", "webrtc-direct"],
secureChannels: ["tls", "noise"],
muxers: ["mplex", "yamux"],
},
{
id: "chromium-rust-v0.52",
containerImageID: browserImageIDLookup,
transports: [{ name: "webtransport", onlyDial: true }],
secureChannels: [],
muxers: [],
},
{
id: "js-v0.44",
transports: ["tcp", "ws", { name: "wss", onlyDial: true }],
secureChannels: ["noise"],
muxers: ["mplex", "yamux"],
},
{
id: "js-v0.45",
transports: ["tcp", "ws", { name: "wss", onlyDial: true }],
secureChannels: ["noise"],
muxers: ["mplex", "yamux"],
},
{
id: "chromium-js-v0.44",
containerImageID: browserImageIDLookup,
transports: [{ name: "webtransport", onlyDial: true }, { name: "wss", onlyDial: true }, { name: "webrtc-direct", onlyDial: true }],
secureChannels: ["noise"],
muxers: ["mplex", "yamux"],
},
{
id: "chromium-js-v0.45",
containerImageID: browserImageIDLookup,
Expand Down

0 comments on commit 4b1ad61

Please sign in to comment.