From 7be367f3077a93fdc2e4f77ac7eb1a829a9e7fbf Mon Sep 17 00:00:00 2001 From: Al Bowles Date: Tue, 28 Feb 2023 12:50:34 -0600 Subject: [PATCH] It turns out openqa does not like inline comments in its ini files --- templates/etc/openqa/workers.ini.j2 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/etc/openqa/workers.ini.j2 b/templates/etc/openqa/workers.ini.j2 index 1f1a609..bd5ade7 100644 --- a/templates/etc/openqa/workers.ini.j2 +++ b/templates/etc/openqa/workers.ini.j2 @@ -1,9 +1,7 @@ [global] HOST = https://{{ openqa_host }} -CACHEDIRECTORY = /var/lib/openqa/cache # desired cache location -CACHELIMIT = 50 # max. cache size in GiB, defaults to 50 -CACHE_MIN_FREE_PERCENTAGE = 10 # min. free disk space to preserve in percent -CACHEWORKERS = 5 # number of parallel cache minion workers, defaults to 5 +CACHEDIRECTORY = /var/lib/openqa/cache +CACHE_MIN_FREE_PERCENTAGE = 10 [https://{{ openqa_host }}] -TESTPOOLSERVER = rsync://{{ openqa_host }}/tests # also cache tests (via rsync) +TESTPOOLSERVER = rsync://{{ openqa_host }}/tests