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 81 forks source link

Set different icon to show build status #931

Open llxia opened 2 weeks ago

llxia commented 2 weeks ago

We should update https://github.com/adoptium/aqa-test-tools/blob/master/test-result-summary-client/src/Build/Summary/BuildStatusIcon.jsx to show different build status (below). Currently, we only cover 4 of them.

        PROGRESSING
        ABORTED
        FAILURE
        UNSTABLE
        SUCCESS
        UNDEFINED

https://ant.design/components/icon

smlambert commented 2 weeks ago

FAILIURE -> FAILURE

llxia commented 2 weeks ago

Thanks @smlambert . This typo explained one of the bugs that I saw. :)

llxia commented 1 day ago
image