From: David Galloway Date: Sat, 20 Dec 2025 19:04:43 +0000 (-0500) Subject: ceph-windows: Update qcow2 image location. Bump VM spec. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2513%2Fhead;p=ceph-build.git ceph-windows: Update qcow2 image location. Bump VM spec. 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 --- diff --git a/ceph-windows-pull-requests/config/definitions/ceph-windows-pull-requests.yml b/ceph-windows-pull-requests/config/definitions/ceph-windows-pull-requests.yml index 3bfb114c..89b87329 100644 --- a/ceph-windows-pull-requests/config/definitions/ceph-windows-pull-requests.yml +++ b/ceph-windows-pull-requests/config/definitions/ceph-windows-pull-requests.yml @@ -3,7 +3,7 @@ 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 diff --git a/scripts/ceph-windows/setup_libvirt_windows_vm b/scripts/ceph-windows/setup_libvirt_windows_vm index 6e64ab15..3961079d 100644 --- a/scripts/ceph-windows/setup_libvirt_windows_vm +++ b/scripts/ceph-windows/setup_libvirt_windows_vm @@ -4,10 +4,10 @@ set -o pipefail 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" #