diff options
author | Christopher Baines <mail@cbaines.net> | 2024-05-15 19:37:29 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-05-17 14:39:38 +0100 |
commit | 7e79793ced13f4c9f1cd9b0c8b39c38f43087e54 (patch) | |
tree | aa84a95a939e6bef056a6d7f6cd2b3585f4ef467 | |
parent | 2166d67d3d413a7ab4c6fce8269bb785f6b9c8b5 (diff) | |
download | qa-frontpage-7e79793ced13f4c9f1cd9b0c8b39c38f43087e54.tar qa-frontpage-7e79793ced13f4c9f1cd9b0c8b39c38f43087e54.tar.gz |
Don't submit system test builds
As they don't really work currently, due to the agents not being able to GC
things that they need to build for the system tests.
-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 |