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

Enable build cache for gradle tasks and run them in parallel when possible, to reduce their duration #9913

Merged

Conversation

felladrin
Copy link
Contributor

@felladrin felladrin commented May 10, 2022

Description

Enable build cache for gradle tasks and run them in parallel when possible, to reduce their duration.

Reference: Gradle Docs: Enable the Build Cache

Related Issue(s)

How to test

Observe the Prebuild logs on Gitpod Dashboard and compare with previous ones. The Java tasks should be a little bit faster.

Release Notes

NONE

Documentation

None.

@github-actions
Copy link
Contributor

⚠️ Hey reviewer! BE CAREFUL ⚠️
Review the code before opening in your Gitpod. .gitpod.yml was changed and it might be harmful.

Copy link
Contributor

@andreafalzetti andreafalzetti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@roboquat roboquat merged commit baf4449 into main May 10, 2022
@roboquat roboquat deleted the vn/9874-investigate-how-to-speed-up-prebuilds-on-gitpod-repo branch May 10, 2022 19:23
@roboquat roboquat added deployed: IDE IDE change is running in production deployed Change is completely running in production labels May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: IDE IDE change is running in production deployed Change is completely running in production editor: jetbrains release-note-none size/XS team: IDE
Projects
None yet
Development

Successfully merging this pull request may close these issues.

investigate how to speed up prebuilds on gitpod repo
3 participants