Skip to content

Commit a0afff0

Browse files
vyadavmsftbryteise
authored andcommitted
Update focal image name for tests
1 parent b04886d commit a0afff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ch_integration_tests/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ if [[ ! -f ${OVMF_FW} ]]; then
2020
exit 1
2121
fi
2222

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"
23+
FOCAL_OS_IMAGE_NAME="focal-server-cloudimg-amd64-custom-20210609-0.qcow2"
24+
FOCAL_OS_IMAGE_URL="https://cloud-hypervisor.azureedge.net/$FOCAL_OS_IMAGE_NAME"
2525
FOCAL_OS_IMAGE="$WORKLOADS_DIR/$FOCAL_OS_IMAGE_NAME"
2626
if [ ! -f "$FOCAL_OS_IMAGE" ]; then
2727
pushd $WORKLOADS_DIR

0 commit comments

Comments
 (0)