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

Aggregate junit results at parent test level

Open llxia opened this issue 5 months ago • 0 comments

Currently, we only aggregate child TAP at the parent test build level.

Image

It would be nice if we could do the same for JUnit test results (i.e., openjdk tests).

  • JUnit result at the child job level: https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_sanity.openjdk_aarch64_linux_OMR_testList_1/252/testReport/

  • https://github.com/adoptium/aqa-tests/blob/master/buildenv/jenkins/JenkinsfileBase#L985

That is, we can see the aggregated child job JUnit results at the parent build level.

llxia avatar May 01 '25 15:05 llxia