diff options
-rw-r--r-- | scripts/guix-qa-frontpage.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/guix-qa-frontpage.in b/scripts/guix-qa-frontpage.in index 9104696..ee4648f 100644 --- a/scripts/guix-qa-frontpage.in +++ b/scripts/guix-qa-frontpage.in @@ -281,13 +281,6 @@ (start-refresh-non-patch-branches-data-thread database metrics-registry) - (when (assq-ref opts 'submit-builds) - (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 metrics-registry |