roles/openqa/server: show more builds on the front page

We only have two job groups, so the front page is a bit sad and
empty. Let's show 10 builds per group, not 3.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson
2026-01-26 15:37:24 -08:00
parent 40cc20185a
commit 4e4a12f2c3

View File

@@ -8,6 +8,7 @@ plugins = {{ openqa_webapi_plugins }}
{% endif %}
hide_asset_types = repo hdd
parallel_cancel_whole_cluster = 0
frontpage_builds = 10
{% if openqa_amqp_publisher_url is defined and openqa_amqp_publisher_url %}
[amqp]