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:
parent
59184b23a2
commit
33db6cbd2f
3 changed files with 13 additions and 109 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue