From cd5687118de9858ac714d55800c2648969dbbb48 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 6 Mar 2023 17:53:31 +0000 Subject: Increase the patch build limit to 1500 per system As I've already seen some patches that exceed the 1000 limit. --- guix-qa-frontpage/manage-builds.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-qa-frontpage/manage-builds.scm b/guix-qa-frontpage/manage-builds.scm index b607f72..e4cc64d 100644 --- a/guix-qa-frontpage/manage-builds.scm +++ b/guix-qa-frontpage/manage-builds.scm @@ -98,7 +98,7 @@ target-commit #:build-limit (* (length %systems-to-submit-builds-for) - 1000) + 1500) #:priority priority-for-change #:build-count-priority-penalty (lambda (build-count) -- cgit v1.2.3