Shutzbot: install only osbuild-composer-tests

in order to catch missing dependencies
This commit is contained in:
Alexander Todorov 2020-06-23 12:32:47 +03:00 committed by Ondřej Budai
parent e2619221cf
commit 5bf3af559f

View file

@ -32,9 +32,8 @@ sudo cp osbuild-mock.repo /etc/yum.repos.d/osbuild-mock.repo
sudo dnf repository-packages osbuild-mock list
# Install the Image Builder packages.
retry sudo dnf -y install composer-cli osbuild osbuild-ostree \
osbuild-composer osbuild-composer-rcm osbuild-composer-tests \
osbuild-composer-worker python3-osbuild
# Note: installing only -tests to catch missing dependencies
retry sudo dnf -y install osbuild-composer-tests
# Copy the internal repositories into place when needed.
if curl -fs http://download.devel.redhat.com > /dev/null; then