We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04886d commit a0afff0Copy full SHA for a0afff0
ch_integration_tests/run_tests.sh
@@ -20,8 +20,8 @@ if [[ ! -f ${OVMF_FW} ]]; then
20
exit 1
21
fi
22
23
-FOCAL_OS_IMAGE_NAME="focal-server-cloudimg-amd64-custom-20210407-0.qcow2"
24
-FOCAL_OS_IMAGE_URL="https://cloudhypervisorstorage.blob.core.windows.net/images/$FOCAL_OS_IMAGE_NAME"
+FOCAL_OS_IMAGE_NAME="focal-server-cloudimg-amd64-custom-20210609-0.qcow2"
+FOCAL_OS_IMAGE_URL="https://cloud-hypervisor.azureedge.net/$FOCAL_OS_IMAGE_NAME"
25
FOCAL_OS_IMAGE="$WORKLOADS_DIR/$FOCAL_OS_IMAGE_NAME"
26
if [ ! -f "$FOCAL_OS_IMAGE" ]; then
27
pushd $WORKLOADS_DIR
0 commit comments