2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: bayfront: Allow more build-started hooks to run in parallel.

For the build coordinator. This helps to avoid a backlog of
build-started event hooks.

* hydra/bayfront.scm (%guix-build-coordinator-configuration): Increase
build-started from 2 to 6.
This commit is contained in:
Christopher Baines 2022-09-06 09:39:04 +01:00
parent 526740fe02
commit fa245ea65b
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -734,7 +734,7 @@ add_header Content-Type text/plain;")))
(parallel-hooks
'((build-submitted . 6)
(build-canceled . 6)
(build-started . 2)
(build-started . 6)
(build-success . 4)))
(hooks
`((build-submitted