adoptium / aqa-tests

Home of test infrastructure for Adoptium builds
https://adoptium.net/aqavit
Apache License 2.0
128 stars 308 forks source link

jcstress dependencies are unclear #5261

Open judovana opened 4 months ago

judovana commented 4 months ago

The getDepenencies is pulling jcstress-tests-all-20240222.jar' https://github.com/adoptium/TKG/blob/master/scripts/getDependencies.pl#L182 in addition, it is pulling it from personal server

however, the https://github.com/adoptium/aqa-tests/blob/master/system/jcstress/playlist.xml is using jcstress-tests-all-20220908.jar

The 20220908 is nowhere to be obtained, so unless it is manually in $(LIB) it fails.

I would like to do following changes:

WDYT?

smlambert commented 4 months ago

Raised https://github.com/adoptium/ci-jenkins-pipelines/issues/1016 for this

Will raise an issue in TKG for this

These 2 bullets may end up being the same task. Think this could be accomplished best by updating system.mk or system/build.xml, or again making a shared target in an ant script in TKG, needs thought/discussion and agreed upon documented plan before proceeding

This can be an issue in aqa-tests repo when we get to it.

judovana commented 4 months ago

ok. ty!

llxia commented 4 months ago

For easy maintenance, see TKG issue Remove 3rd party jar version in fname