From 48cfb24cc8871c462a63827e56a97f54ab6183e8 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Fri, 19 Jul 2024 11:13:33 +0200 Subject: [PATCH] add cleanup step --- ci-automation/vendor-testing/azure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-automation/vendor-testing/azure.sh b/ci-automation/vendor-testing/azure.sh index 8d8be5a0b7..751d22a84f 100755 --- a/ci-automation/vendor-testing/azure.sh +++ b/ci-automation/vendor-testing/azure.sh @@ -18,6 +18,7 @@ azure_instance_type_var="AZURE_${CIA_ARCH}_MACHINE_SIZE" azure_instance_type="${!azure_instance_type_var}" azure_vnet_subnet_name="jenkins-vnet-${AZURE_LOCATION}" +echo "find -name '${AZURE_IMAGE_NAME}' -delete" >>/work/ci-cleanup.sh # Fetch the Azure image if not present if [ ! -f "${AZURE_IMAGE_NAME}" ] ; then echo "++++ ${CIA_TESTSCRIPT}: downloading ${AZURE_IMAGE_NAME} for ${CIA_VERNUM} (${CIA_ARCH}) ++++"