From 46e89ee3b4d43e5723978b48330433226d5dace1 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Wed, 17 Sep 2025 09:19:07 +0200 Subject: [PATCH] CI: Use UCA mirror for Ubuntu Change-Id: I80070b3c3658948c7157564fb8a79e6dd427f1d1 Signed-off-by: Michal Nasiadka --- tests/templates/template_overrides.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/templates/template_overrides.j2 b/tests/templates/template_overrides.j2 index 69c54f668b..8dfc6a9ff4 100644 --- a/tests/templates/template_overrides.j2 +++ b/tests/templates/template_overrides.j2 @@ -57,6 +57,7 @@ RUN sed -i -e "s|http://deb.debian.org|[trusted=yes] http://{{ nodepool_mirror_h RUN sed -i -e "s|mirror://mirrors.ubuntu.com/mirrors.txt|[trusted=yes] http://{{ nodepool_mirror_host }}/ubuntu/|" \ -e "s|http://ports.ubuntu.com|[trusted=yes] http://{{ nodepool_mirror_host }}/ubuntu-ports|" \ + -e "s|http://ubuntu-cloud.archive.canonical.com/ubuntu|[trusted=yes] http://{{ nodepool_mirror_host }}/ubuntu-cloud-archive|" \ /etc/apt/sources.list {% endif %}