aqa-test-tools icon indicating copy to clipboard operation
aqa-test-tools copied to clipboard

Capture openjdk sha in test builds

Open llxia opened this issue 5 years ago • 0 comments

According to https://github.com/AdoptOpenJDK/openjdk-build/issues/1476, we can get openjdk sha from the release file. TRSS should capture this information, store it in database, and display it in UI in the tooltip.

Example: hotspot: SOURCE=".:git:7c43237a7bde" openj9: SOURCE="OpenJDK:e80a3185a3 OpenJ9:04a8b9eb9 OMR:096fcf6da"

Note: for openj9, the sha info is also in java -version output. And we already have code extract them.

llxia avatar Aug 27 '20 14:08 llxia