Streaming status doesn't work as expected?
Streaming - Special state. When enabled, the build will be processed while it is still running.
During the release of March 2025, it was found even with release-openjdk24-pipeline setting as streaming status no data of grand childs job]( for example ) was available until the child jobs was done.
Take x64-linux as example: No x64-linux data show up in https://trss.adoptium.net/resultSummary?parentId=67d9c130105697006e0e5081 until the build job https://ci.adoptium.net/job/build-scripts/job/jobs/job/release/job/jobs/job/jdk24/job/jdk24-release-linux-x64-temurin/2/ is done, which means there will be no data available before all aqa-tests and remote triggered tck test jobs are done. So the triage has to start without resultSummary.
There is also an issue where incomplete JDK8 pipelines appear to have a state of "Not Done", and no data is shown in TRSS until the pipeline is complete. Example: https://ci.adoptium.net/job/build-scripts/job/openjdk8-pipeline/3003/ https://trss.adoptium.net/resultSummary?parentId=68488f19af642e006eec6aba @andrew-m-leonard