aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-09-07 10:46:17 +0100
committerChristopher Baines <mail@cbaines.net>2023-09-07 10:46:17 +0100
commitba861b205c23e7ea93b9dc3e0c3d2b69ff3d4971 (patch)
tree661ea2b3b07659126583dd7d08dcfca8dc044d59 /scripts
parent83d61f681dcb7b8ec94014f57bb7b2ee1a39a377 (diff)
downloadqa-frontpage-ba861b205c23e7ea93b9dc3e0c3d2b69ff3d4971.tar
qa-frontpage-ba861b205c23e7ea93b9dc3e0c3d2b69ff3d4971.tar.gz
Add metrics around the submit builds threads
Mostly so I can see if they get stuck.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/guix-qa-frontpage.in12
1 files changed, 8 insertions, 4 deletions
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