aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2022-12-15 12:12:12 +0000
committerChristopher Baines <mail@cbaines.net>2022-12-15 12:12:12 +0000
commitadbf10109f681b2246a156db0b7e22ade4562c44 (patch)
tree0d2407fbff3173ff2332027e1c5eae0e76eaa8e8 /scripts
parent1f9d7301af4d906cc995126d2aeb3bb8c35bd1d5 (diff)
downloadqa-frontpage-adbf10109f681b2246a156db0b7e22ade4562c44.tar
qa-frontpage-adbf10109f681b2246a156db0b7e22ade4562c44.tar.gz
Start submitting builds for system tests
This'll enable getting system test information in to the data service, which will in turn enable starting running system tests for patches when appropriate.
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))