From 632b0545b290c7f8b5f5c8f91f8ad8c5947df6bd Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 12 Oct 2023 11:19:26 +0100 Subject: Include more statuses in the badges --- guix-qa-frontpage/server.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/guix-qa-frontpage/server.scm b/guix-qa-frontpage/server.scm index 1514d7b..4a45720 100644 --- a/guix-qa-frontpage/server.scm +++ b/guix-qa-frontpage/server.scm @@ -317,6 +317,8 @@ '((reviewed-looks-good . "darkgreen") (important-checks-passing . "green") (important-checks-failing . "red") + (failed-to-apply-patches . "darkred") + (guix-data-service-failed . "yellow") (needs-looking-at . "orange") (unknown . "grey")) overall-status) @@ -390,6 +392,48 @@ Succeeding +") + ((eq? overall-status 'failed-to-apply-patches) + " + + + + + + + + + + + + + + + QA + + Investigate + +") + ((eq? overall-status 'guix-data-service-failed) + " + + + + + + + + + + + + + + + QA + + Investigate + ") ((eq? overall-status 'needs-looking-at) " -- cgit v1.2.3