It turns out openqa does not like inline comments in its ini files

This commit is contained in:
Al Bowles 2023-02-28 12:50:34 -06:00
parent f6cb7f343a
commit 7be367f307
No known key found for this signature in database
GPG Key ID: 9B42314A30F1A3D1
1 changed files with 3 additions and 5 deletions

View File

@ -1,9 +1,7 @@
[global] [global]
HOST = https://{{ openqa_host }} HOST = https://{{ openqa_host }}
CACHEDIRECTORY = /var/lib/openqa/cache # desired cache location CACHEDIRECTORY = /var/lib/openqa/cache
CACHELIMIT = 50 # max. cache size in GiB, defaults to 50 CACHE_MIN_FREE_PERCENTAGE = 10
CACHE_MIN_FREE_PERCENTAGE = 10 # min. free disk space to preserve in percent
CACHEWORKERS = 5 # number of parallel cache minion workers, defaults to 5
[https://{{ openqa_host }}] [https://{{ openqa_host }}]
TESTPOOLSERVER = rsync://{{ openqa_host }}/tests # also cache tests (via rsync) TESTPOOLSERVER = rsync://{{ openqa_host }}/tests