From b5653d52787a0be5f58d557fb06ff798ac280c45 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 7 Jan 2021 17:10:36 +0000 Subject: [PATCH] Jenkinsfile: Don't download the Windows images They are already provisioned on the builder machine. Signed-off-by: Rob Bradford --- Jenkinsfile | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 70618d626..fe0e9dcfe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -145,21 +145,6 @@ pipeline{ checkout scm } } - stage ('Download assets') { - steps { - sh "mkdir ${env.HOME}/workloads" - azureDownload(storageCredentialId: 'ch-image-store', - containerName: 'private-images', - includeFilesPattern: 'OVMF.fd', - downloadType: 'container', - downloadDirLoc: "${env.HOME}/workloads") - azureDownload(storageCredentialId: 'ch-image-store', - containerName: 'private-images', - includeFilesPattern: 'windows-server-2019.raw', - downloadType: 'container', - downloadDirLoc: "${env.HOME}/workloads") - } - } stage ('Run Windows guest integration tests') { options { timeout(time: 1, unit: 'HOURS')