From 18f55e883d2dd39ed930dbac439ba514f8c886c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com>
Date: Wed, 5 Feb 2025 15:52:22 +0100
Subject: [PATCH] lava/config.yaml: bump imgpath for v2025
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The refactoring of the branching pipeline missed the update of the variable.

The LAVA jobs nfsroot-simple-boot are failing because the
path to the image is wrong since it still uses an old version
to define the path of the new image.

Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
---
 lava/config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lava/config.yaml b/lava/config.yaml
index be01f76d..623a1fb9 100644
--- a/lava/config.yaml
+++ b/lava/config.yaml
@@ -2,7 +2,7 @@ template-dir: lava/
 variables:
   bootfstype: ext2
   release_version: v2025
-  imgpath: "daily/v2025pre"
+  imgpath: "daily/v2025"
   baseurl: "https://images.apertis.org"
   firststageurl: "https://images.apertis.org/release/v2019/v2019.1" # use a known good release for the first stage
   upgradable_url_prefix: "https://images.apertis.org/release"
-- 
GitLab