-
Notifications
You must be signed in to change notification settings - Fork 105
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
CI: Add Ecosystem tests #521
base: main
Are you sure you want to change the base?
Conversation
@xlc any idea why the ecosystem tests are failing: https://github.com/polkadot-fellows/runtimes/actions/runs/12518886514/job/34922591260?pr=521 ? |
The error is |
Maybe we need a dedicated RPC server with a higher response limit. |
What is weird is that it already fails on getting the runtime version:
|
it is possible to set rpc endpoints via env vars and we can use github action secrets to avoid expose internal rpcs to public |
What is also weird is that the default max response size is 15MIB. Meaning they have decreased the size quite a lot? |
This adds the ecosystem tests as a CI job.