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:
parent
ae0680da11
commit
919e03ed20
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue