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

Ability to mount host volumes for ci-runner #2166

Closed
dheeth opened this issue Aug 12, 2022 · 0 comments
Closed

Ability to mount host volumes for ci-runner #2166

dheeth opened this issue Aug 12, 2022 · 0 comments
Labels
enhancement New feature or request ICA-AUG24 Issue Cleanup Activity Aug 2024

Comments

@dheeth
Copy link
Contributor

dheeth commented Aug 12, 2022

Summary

There are some type of builds which runs fast on local system but takes 6-7x time on Devtron like maven based builds.

Motivation

When dependencies are available locally, build gets completed in seconds but on Devtron as it always creates a new pod and no host directories are mounted, it has to either download dependencies again or it has to depend on build cache for the same

Proposal

Mount some host directories or something similar so that these kind of things can be avoided and build time gets reduced

Testing Guideline [Optional]

Try on some maven apps with large number of dependencies

AB#78

@dheeth dheeth added the enhancement New feature or request label Aug 12, 2022
@pawan-mehta-dt pawan-mehta-dt added the ICA-AUG24 Issue Cleanup Activity Aug 2024 label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ICA-AUG24 Issue Cleanup Activity Aug 2024
Projects
None yet
Development

No branches or pull requests

2 participants