-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Remove unused 3rd party jars #468
Comments
Due to the limited bandwidth available to some of the OpenJ9 (UNB) machines, the excessive copyArtifacts downloads seem to be saturating the pipe and causing test jobs to fail. It appears jenkins can't contact the machines because the network pipe is saturated. We can't prove it, but if we try to run enough testing on these machines, it seems to take down jenkins itself. |
@LongyuZhang could you help to remove the unused jars? Thanks |
related: adoptium/aqa-tests#4500 |
PRs are delivered. |
All 3rd party jars are downloaded via https://github.com/adoptium/TKG/blob/master/scripts/getDependencies.pl
We have a total of 140M now. We should remove the jars that we do not need to use.
For example, the following jars are no longer used in https://github.com/adoptium/aqa-tests/blob/master/openjdk/build.xml. They should be removed.
We should also check for other jars.
The text was updated successfully, but these errors were encountered: