The previous one was living on the LRC and served via reverse proxy. The RDU lab was shut down earlier and I neglected to back the qcow2 image up. Who knows when the old LRC will be brought back online so the image has been rebuilt.
Also bumping the VM resources.
Signed-off-by: David Galloway <david.galloway@ibm.com>
project-type: freestyle
defaults: global
concurrent: true
- node: amd64 && focal && libvirt && windows
+ node: amd64 && focal && libvirt && windows && gigantic
display-name: 'ceph-windows: Pull Requests'
quiet-period: 5
block-downstream: false
if [[ -z $LIBVIRT_DIR ]]; then echo "ERROR: The env variable LIBVIRT_DIR is not set"; exit 1; fi
-export WINDOWS_VM_IMAGE_URL=${WINDOWS_VM_IMAGE_URL:-"https://filedump.ceph.com/windows/ceph-win-ltsc2019-ci-image.qcow2"}
+export WINDOWS_VM_IMAGE_URL=${WINDOWS_VM_IMAGE_URL:-"https://apt-mirror.sepia.ceph.com/windows/ceph-win-ltsc2019-ci-image.qcow2"}
export WINDOWS_VM_NAME=${WINDOWS_VM_NAME:-"ceph-windows-client-${JOB_NAME}-${BUILD_ID}"}
-export WINDOWS_VM_VCPUS="8"
-export WINDOWS_VM_MEMORY="8192" # 8GB
+export WINDOWS_VM_VCPUS="32"
+export WINDOWS_VM_MEMORY="32768" # 8GB
export WINDOWS_SSH_USER="administrator"
#