aqa-test-tools
aqa-test-tools copied to clipboard
Capture openjdk sha in test builds
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.