schutzbot: set the cache size for the correct store

The default cache location for `osbuild-image-test` is actually
`/var/lib/osbuild/store`. Pass that to `osbuild` when setting
the `maximum cache size to set the size for the correct location.
This commit is contained in:
Christian Kellner 2022-12-09 12:16:57 +01:00
parent ae0680da11
commit 919e03ed20

View file

@ -17,7 +17,7 @@ OSBUILD_LABEL=$(matchpathcon -n /usr/bin/osbuild)
chcon $OSBUILD_LABEL tools/image-info
# set the maximum cache size to unlimited
echo "{}" | sudo osbuild --cache-max-size unlimited -
echo "{}" | sudo osbuild --store /var/lib/osbuild/store --cache-max-size unlimited -
# run the tests from the manifest-db for this arch+distro
echo "Running the osbuild-image-test for arch $ARCH and ditribution $DISTRO_CODE"