From 2718abcf417d0d8c9d1c834496ecf030c3176668 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 v2026dev1 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 b16ddcb1..0456b431 100644 --- a/lava/config.yaml +++ b/lava/config.yaml @@ -2,7 +2,7 @@ template-dir: lava/ variables: bootfstype: ext2 release_version: v2026dev1 - imgpath: "daily/v2025pre" + imgpath: "daily/v2026dev1" 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