diff options
author | Christopher Baines <mail@cbaines.net> | 2023-03-06 17:53:31 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-03-06 17:53:31 +0000 |
commit | cd5687118de9858ac714d55800c2648969dbbb48 (patch) | |
tree | 0d9ef0a03ca5be280aba6f939a896c708635e94b | |
parent | 58211705d525679aad1b62e2f808539166a5d209 (diff) | |
download | qa-frontpage-cd5687118de9858ac714d55800c2648969dbbb48.tar qa-frontpage-cd5687118de9858ac714d55800c2648969dbbb48.tar.gz |
Increase the patch build limit to 1500 per system
As I've already seen some patches that exceed the 1000 limit.
-rw-r--r-- | guix-qa-frontpage/manage-builds.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |