mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ci: Switch to Windows Server 2022
The updated image is configured in a same way as the previously used 2019, it has same - Credentials - Services configured, like SAC, SSH, RDP - Size All the Windows updates are applied so the state is current to the date. Also, the latest stable version 0.1.229 of the VirtIO Windows drivers is installed. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
b54ce6c3db
commit
934b20a77a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -217,7 +217,7 @@ pipeline {
|
||||
stage('Download assets') {
|
||||
steps {
|
||||
sh "mkdir ${env.HOME}/workloads"
|
||||
sh 'az storage blob download --container-name private-images --file "$HOME/workloads/windows-server-2019.raw" --name windows-server-2019.raw --connection-string "$AZURE_CONNECTION_STRING"'
|
||||
sh 'az storage blob download --container-name private-images --file "$HOME/workloads/windows-server-2022-amd64-2.raw" --name windows-server-2022-amd64-2.raw --connection-string "$AZURE_CONNECTION_STRING"'
|
||||
}
|
||||
}
|
||||
stage('Run Windows guest integration tests') {
|
||||
|
||||
Reference in New Issue
Block a user