From be8c80659c6c5ac797c86a490929e4f06be4cb4b Mon Sep 17 00:00:00 2001 From: Ben Copeland Date: Fri, 19 Dec 2025 12:03:03 +0000 Subject: [PATCH] config: pull_labs: output nfsroot as rootfs artifact Change the artifact key from nfsroot to rootfs so the correct URL appears with the /full.rootfs.tar.xz suffix. Signed-off-by: Ben Copeland --- config/runtime/base/pull_labs.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/runtime/base/pull_labs.jinja2 b/config/runtime/base/pull_labs.jinja2 index 7a932f4d16..ca2aeab712 100644 --- a/config/runtime/base/pull_labs.jinja2 +++ b/config/runtime/base/pull_labs.jinja2 @@ -13,7 +13,7 @@ "kselftest": "{{ node.artifacts.kselftest }}" {%- endif %} {%- if nfsroot is defined and nfsroot %}, - "nfsroot": "{{ nfsroot }}/full.rootfs.tar.xz" + "rootfs": "{{ nfsroot }}/full.rootfs.tar.xz" {%- endif %} {%- if ramdisk is defined and ramdisk %}, "ramdisk": "{{ ramdisk }}"