]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-windows: Update qcow2 image location. Bump VM spec. 2513/head
authorDavid Galloway <david.galloway@ibm.com>
Sat, 20 Dec 2025 19:04:43 +0000 (14:04 -0500)
committerDavid Galloway <david.galloway@ibm.com>
Sat, 20 Dec 2025 19:06:32 +0000 (14:06 -0500)
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>
ceph-windows-pull-requests/config/definitions/ceph-windows-pull-requests.yml
scripts/ceph-windows/setup_libvirt_windows_vm

index 3bfb114c7b93fcf0e55510d44547283acbe3ed68..89b87329a3546b914f93152510f1d32edb19ad3d 100644 (file)
@@ -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
index 6e64ab150e5c93ddb7517930ee9c20328f04293d..3961079d264fa7dcfb68a5ad77d98e1dc76d8144 100644 (file)
@@ -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"
 
 #