aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/guix-qa-frontpage.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/guix-qa-frontpage.in b/scripts/guix-qa-frontpage.in
index 6ae3f52..a3a70af 100644
--- a/scripts/guix-qa-frontpage.in
+++ b/scripts/guix-qa-frontpage.in
@@ -129,7 +129,10 @@
"https://data.qa.guix.gnu.org")
(start-submit-branch-builds-thread database
"http://127.0.0.1:8746"
- "https://data.qa.guix.gnu.org"))
+ "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"))
(when (assq-ref opts 'manage-patch-branches)
(start-manage-patch-branches-thread database))