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

Speedup Gradle Check Process and Reduce Overall Runtime #832

Open
peterzhuamazon opened this issue Jun 9, 2021 · 1 comment
Open

Speedup Gradle Check Process and Reduce Overall Runtime #832

peterzhuamazon opened this issue Jun 9, 2021 · 1 comment
Labels
enhancement Enhancement or improvement to existing feature or request :test Adding or fixing a test

Comments

@peterzhuamazon
Copy link
Member

peterzhuamazon commented Jun 9, 2021

Is your feature request related to a problem? Please describe.
As of now, Gradle Check takes around 20-30min per run, which not only add a lot of overheads to PR checks, but also makes it harder to integrate further in a CI/CD flows for every PR / Builds.

Describe the solution you'd like
Reduce the time that Gradle Check takes in each run.

@peterzhuamazon peterzhuamazon added enhancement Enhancement or improvement to existing feature or request :test Adding or fixing a test labels Jun 9, 2021
@sandeshkr419
Copy link
Contributor

Current gradle check takes almost 60-90 minutes.
It might be time to break the monolithical gradle check into multiple tasks to speed this up. Most likely segregating some of the test components into separate gradle actions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request :test Adding or fixing a test
Projects
Status: What to improve?
Development

No branches or pull requests

2 participants