ci: Excute image_tests directly from osbuild-composer-tests

instead of duplicating the same script here!

Specifies needed cloud credentials.

NOTE: don't start osbuild-composer in deploy.sh because this is
now done by /usr/libexec/osbuild-composer-test/provision.sh. Otherwise
leads to errors because the socket is already taken.
This commit is contained in:
Aleksandar Todorov 2021-03-19 14:49:53 +02:00 committed by Tom Gundersen
parent 59184b23a2
commit 33db6cbd2f
3 changed files with 13 additions and 109 deletions

View file

@ -50,10 +50,3 @@ sudo dnf -y install osbuild-composer-tests
# Set up a directory to hold repository overrides.
sudo mkdir -p /etc/osbuild-composer/repositories
# Start services.
sudo systemctl enable --now osbuild-composer.socket
# Verify that the API is running.
sudo composer-cli status show
sudo composer-cli sources list