-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
[build] allow GitHub Actions runner to use 4GB for JVM Heap #15692
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
base: trunk
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
CI Feedback 🧐(Feedback updated until commit da19c94)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
User description
🔗 Related Issues
Got an error from https://github.com/SeleniumHQ/selenium/actions/runs/14801032671/job/41559620199?pr=15417#step:18:971
💥 What does this PR do?
🔧 Implementation Notes
💡 Additional Considerations
Just need to make sure tests are passing
🔄 Types of changes
PR Type
Enhancement
Description
Set JVM heap size to 4GB for GitHub Actions runner
Add HEAP_SIZE variable and pass to Bazel test command
Improve CI build script memory configuration
Changes walkthrough 📝
ci-build.sh
Configure JVM heap size for CI Bazel builds
scripts/github-actions/ci-build.sh