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

Option to use symlinks for source and classes #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mgor
Copy link

@mgor mgor commented Mar 9, 2018

The use case is a big application (more than 1 Gb, less than 2 gb), which collects metrics
via jacoco-agent every night, to get statitics of functional test coverage.

When the source and classes is copied for each job, the disk space usage get quite big over time.

When it's only the metrics changing, and not the classes and source, it makes more sense to use
symbolic links for these in the job directory instead of a copy.

@mgor
Copy link
Author

mgor commented Mar 9, 2018

There will be some merge conflicts with PR #95.

If PR #95 is accepted, I'll push a new version of this one.

@mgor mgor force-pushed the use-classes-and-source-from-workspace branch 3 times, most recently from 2c7341c to 524552e Compare March 15, 2018 11:12
The use case is a big application (more than
1 Gb, less than 2 gb), which collects metrics
via jacoco-agent every night, to get statitics
of functional test coverage.

When the source and classes is copied for each
job, the disk space usage get quite big.

When it's only the metrics changing, and not the
classes and source, it makes more sense to use
symbolic links for these in the job directory
instead of a copy.
@mgor mgor force-pushed the use-classes-and-source-from-workspace branch from 524552e to 3cfdff4 Compare March 15, 2018 11:19
@centic9
Copy link
Member

centic9 commented Nov 3, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants