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

Remove unused 3rd party jars #468

Closed
llxia opened this issue Oct 27, 2023 · 4 comments
Closed

Remove unused 3rd party jars #468

llxia opened this issue Oct 27, 2023 · 4 comments

Comments

@llxia
Copy link
Contributor

llxia commented Oct 27, 2023

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.

  • jtreg_6_1_1.tar.gz => for JDK18, 19
  • jtreg_7_2_1.tar.gz => not used
  • jtreg_7_1_1_1.tar.gz => JDK20
  • jtreg_7_3_1.tar.gz => not used

We should also check for other jars.

@pshipton
Copy link
Contributor

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.

@llxia
Copy link
Contributor Author

llxia commented Oct 30, 2023

@LongyuZhang could you help to remove the unused jars? Thanks

@llxia
Copy link
Contributor Author

llxia commented Oct 30, 2023

related: adoptium/aqa-tests#4500

@llxia
Copy link
Contributor Author

llxia commented Oct 31, 2023

PRs are delivered.

@llxia llxia closed this as completed Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants