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

Use Self-Hosted Runner for Blockchain Tests #1616

Closed
DavePearce opened this issue Dec 3, 2024 · 0 comments
Closed

Use Self-Hosted Runner for Blockchain Tests #1616

DavePearce opened this issue Dec 3, 2024 · 0 comments
Assignees

Comments

@DavePearce
Copy link
Collaborator

DavePearce commented Dec 3, 2024

The goal here is to enable the xxl self-hosted runner for the blockchain reference tests. The existing issue appears to be something to do with running out of memory. It has been noted that the self-hosted runners use a different (presumably later) version of Gradle.

Questions:

  • What version of gradle is running on the self-hosted runners?
  • Is it gradle itself which is running out of memory (i.e. rather than the tests)?
  • Can we recreate this issue on our local machines?

NOTE: also this line in gradle.properties which is limiting the amount of memory available to gradle itself:

org.gradle.jvmargs=-Xmx4096m
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

Successfully merging a pull request may close this issue.

2 participants