From 19328b062c0f9cc14b8490a1f6655b6975f55d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Mon, 4 May 2020 10:55:12 +0200 Subject: [PATCH] jenkins: remove composer directories before the tests This commit turns on the `cleanup_composer_directories` option to clean up the osbuild-composer directories during the time the services are stopped (when ansible-osbuild is about to deploy the new versions of the services). Taken from osbuild/osbuild-composer#575, thanks to @major! --- jenkins/run_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/run_tests.sh b/jenkins/run_tests.sh index e44b0d6b..d139f67a 100644 --- a/jenkins/run_tests.sh +++ b/jenkins/run_tests.sh @@ -39,6 +39,7 @@ ansible-playbook \ -i hosts.ini \ -e osbuild_repo=${WORKSPACE} \ -e osbuild_version=$(git rev-parse HEAD) \ + -e cleanup_composer_directories=yes \ ansible-osbuild/playbook.yml # Run the tests only on Fedora 31 for now.