adoptium / aqa-test-tools

Home of Test Results Summary Service (TRSS) and PerfNext. These tools are designed to improve our ability to monitor and triage tests at the Adoptium project. The code is generic enough that it is extensible for use by any project that needs to monitor multiple CI servers and aggregate their results.
Apache License 2.0
28 stars 77 forks source link

Remove sibling Build on allTestsInfo page #878

Open llxia opened 1 month ago

llxia commented 1 month ago

Remove sibling Build (build 77 -74) on allTestsInfo page

https://trss.adoptium.net/allTestsInfo?buildId=66582ddf879917006e217d83&limit=5&hasChildren=true

image

Code: https://github.com/adoptium/aqa-test-tools/blob/master/test-result-summary-client/src/Build/AllTestsInfo.jsx https://github.com/adoptium/aqa-test-tools/blob/master/test-result-summary-client/src/Build/TestTable.jsx

Sangyoon21 commented 1 month ago

To test this or see this page in our local environment do we need to add some more builds? Is this the right build? https://ci.adoptium.net/job/build-scripts/job/evaluation-openjdk17-pipeline/

Sangyoon21 commented 4 weeks ago

I could work on this