From ba861b205c23e7ea93b9dc3e0c3d2b69ff3d4971 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 7 Sep 2023 10:46:17 +0100 Subject: Add metrics around the submit builds threads Mostly so I can see if they get stuck. --- scripts/guix-qa-frontpage.in | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/guix-qa-frontpage.in b/scripts/guix-qa-frontpage.in index 5c486e3..27ecf8f 100644 --- a/scripts/guix-qa-frontpage.in +++ b/scripts/guix-qa-frontpage.in @@ -257,14 +257,18 @@ (start-submit-patch-builds-thread database "http://127.0.0.1:8746" "https://data.qa.guix.gnu.org" + metrics-registry #:series-count patch-issues-to-show) (start-submit-branch-builds-thread database "http://127.0.0.1:8746" - "https://data.qa.guix.gnu.org") - (start-submit-master-branch-system-tests-thread database - "http://127.0.0.1:8746" - "https://data.qa.guix.gnu.org")) + "https://data.qa.guix.gnu.org" + metrics-registry) + (start-submit-master-branch-system-tests-thread + database + "http://127.0.0.1:8746" + "https://data.qa.guix.gnu.org" + metrics-registry)) (when (assq-ref opts 'manage-patch-branches) (start-manage-patch-branches-thread database -- cgit v1.2.3