Skip to content

Commit a33e8b0

Browse files
mcmilktonyhutter
authored andcommitted
ZTS: Use Ubuntu default url for cloud-image
Reviewed-by: George Melikov <[email protected]> Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: Tino Reichardt <[email protected]> Closes #17278 (cherry picked from commit 88ec6c4)
1 parent fbff1ae commit a33e8b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scripts/qemu-2-start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ FREEBSD="$REPO/releases/download/v2025-04-13"
1818
URLzs=""
1919

2020
# Ubuntu mirrors
21-
#UBMIRROR="https://cloud-images.ubuntu.com"
21+
UBMIRROR="https://cloud-images.ubuntu.com"
2222
#UBMIRROR="https://mirrors.cloud.tencent.com/ubuntu-cloud-images"
23-
UBMIRROR="https://mirror.citrahost.com/ubuntu-cloud-images"
23+
#UBMIRROR="https://mirror.citrahost.com/ubuntu-cloud-images"
2424

2525
# default nic model for vm's
2626
NIC="virtio"

0 commit comments

Comments
 (0)