Skip to content

Commit f13a73d

Browse files
author
Sebastien Boeuf
committed
ch_integration_tests: Rely on Ubuntu Focal custom image
It's more reliable to use the custom image that we have on our Azure storage account rather than pull everytime from the latest Focal release from the Canonical repository. Also, our custom image has been slightly cleaned up in order to prevent services like snapd and pollinate to run and potentially cause some troubles. Signed-off-by: Sebastien Boeuf <[email protected]>
1 parent 20bb5df commit f13a73d

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
@@ -13,8 +13,8 @@ if [ ! -f "$FW" ]; then
1313
popd
1414
fi
1515

16-
FOCAL_OS_IMAGE_NAME="focal-server-cloudimg-amd64.img"
17-
FOCAL_OS_IMAGE_URL="https://cloud-images.ubuntu.com/focal/current/$FOCAL_OS_IMAGE_NAME"
16+
FOCAL_OS_IMAGE_NAME="focal-server-cloudimg-amd64-custom-20210407-0.qcow2"
17+
FOCAL_OS_IMAGE_URL="https://cloudhypervisorstorage.blob.core.windows.net/images/$FOCAL_OS_IMAGE_NAME"
1818
FOCAL_OS_IMAGE="$WORKLOADS_DIR/$FOCAL_OS_IMAGE_NAME"
1919
if [ ! -f "$FOCAL_OS_IMAGE" ]; then
2020
pushd $WORKLOADS_DIR

0 commit comments

Comments
 (0)