Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multidim interop: Allow impl repos to test against only the latest version #245

Open
MarcoPolo opened this issue Aug 1, 2023 · 1 comment

Comments

@MarcoPolo
Copy link
Contributor

As a way to speed up CI tests and mitigate a bit of #229 , one idea would be to support only building and loading the latest version of other implementations when run from an implementation's repo. For example, js-libp2p would only build and test against the latest JS, Go, and Rust.

This should help use less space, and could speed things up a bit.

In the test-plans repo we would still test against older versions. This means that when a new implementation version is released, it'll still benefit from testing against older versions, just not with the same per-PR fidelity. I think that's an okay tradeoff to make since the alternative of not even building because we are past the GH actions limit isn't viable.

@MarcoPolo
Copy link
Contributor Author

@marten-seemann expressed interest in working on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant