From 1ba38565a8ceb36ab38e0f710c340e0daddced5c Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Mon, 27 Oct 2025 16:41:37 +0100 Subject: [PATCH] ci-config: use new bincache server Signed-off-by: Mathieu Tortuyaux --- ci-automation/ci-config.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-automation/ci-config.env b/ci-automation/ci-config.env index cfacd062975..fd9ce8414f9 100644 --- a/ci-automation/ci-config.env +++ b/ci-automation/ci-config.env @@ -8,8 +8,8 @@ # Required services: # - http and https (WITHOUT auto-redirect) # - ssh for BUILDCACHE_USER -BUILDCACHE_SERVER="${BUILDCACHE_SERVER:-bincache.flatcar-linux.net}" -BUILDCACHE_PATH_PREFIX="/srv/bincache" +BUILDCACHE_SERVER="${BUILDCACHE_SERVER:-143-42-221-178.ip.linodeusercontent.com}" +BUILDCACHE_PATH_PREFIX="/mnt/bucket/bincache" BUILDCACHE_USER="bincache" RELEASES_SERVER="mirror.release.flatcar-linux.net"