From a4b11654d1a98fbea814ac0dfec682d3a9d593e9 Mon Sep 17 00:00:00 2001 From: Quentin VIGNAUD Date: Fri, 5 Dec 2025 15:39:01 +0100 Subject: [PATCH] Precise labels --- .melodium-ci/lib-root.mel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.melodium-ci/lib-root.mel b/.melodium-ci/lib-root.mel index cd3981a9..f204e0e4 100644 --- a/.melodium-ci/lib-root.mel +++ b/.melodium-ci/lib-root.mel @@ -137,7 +137,7 @@ treatment buildTestAyaForArch[logger: Logger, dispatcher: CicdDispatchEngine, gi build.finished -> concentrateFinish.data prepareSystem: stepOn[logger=logger, runner=runner]( - name = |format("prepare_{short}", |entry("short", short_rust_arch)), + name = |format("prepare_system_{short}", |entry("short", short_rust_arch)), executor_name = "rust", commands = |raw_commands([ |format("dpkg --add-architecture {arch}", |entry("arch", ubuntu_arch)), @@ -161,7 +161,7 @@ treatment buildTestAyaForArch[logger: Logger, dispatcher: CicdDispatchEngine, gi ) prepareRust: stepOn[logger=logger, runner=runner]( - name = |format("prepare_{short}", |entry("short", short_rust_arch)), + name = |format("prepare_rust_{short}", |entry("short", short_rust_arch)), executor_name = "rust", commands = |raw_commands([ |format("rustup target add {arch}", |entry("arch", full_rust_arch)),