aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

3rd party libs should be downloaded via getDependency job

Open llxia opened this issue 3 years ago • 0 comments

Some 3rd libs get downloaded at runtime (see the links below).

https://github.com/adoptium/aqa-tests/blob/1898c35e22a6100c7be9d9270cad110bfe9b2d52/perf/dacapo/build.xml#L37 https://github.com/adoptium/aqa-tests/blob/f9c915a44322fab060e3dc13c5db0ce4b5dddc52/perf/renaissance/build.xml#L37

Depending on the network status and 3rd party server availability, we may run into the issue of having Invalid or corrupt jarfile (see runtimes/backlog/issues/872). We should pre-download the 3rd party lib via https://ci.adoptopenjdk.net/job/test.getDependency/

code is in TKG: https://github.com/adoptium/TKG/blob/ae395bd9f8dff8ab73e39608916955147308e1aa/scripts/getDependencies.pl#L62

llxia avatar Aug 15 '22 13:08 llxia