test/regression: remove the composes after the build is done
Otherwise, we are leaking disk space. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
47551ffc67
commit
1ac1409753
4 changed files with 8 additions and 0 deletions
|
|
@ -118,6 +118,8 @@ while true; do
|
|||
sleep 30
|
||||
done
|
||||
|
||||
sudo composer-cli -s "$WELDR_SOCK" compose delete "${COMPOSE_ID}" >/dev/null
|
||||
|
||||
sudo journalctl -u osbuild-remote-worker@localhost:8700.service
|
||||
# Verify that the remote worker finished a job
|
||||
sudo journalctl -u osbuild-remote-worker@localhost:8700.service |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue