From 569ee93357d68cf7f4f50d723c27ad74caa70d0a Mon Sep 17 00:00:00 2001 From: Michael <13900043+michaelzhang-ai@users.noreply.github.com> Date: Fri, 29 May 2026 10:40:54 +0800 Subject: [PATCH] [AMD] ci: switch CACHE_HOST to a fresh path to fix "No space left on device" (#26642) --- scripts/ci/amd/amd_ci_start_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/amd/amd_ci_start_container.sh b/scripts/ci/amd/amd_ci_start_container.sh index 9ba61dd88..d8b6fd020 100755 --- a/scripts/ci/amd/amd_ci_start_container.sh +++ b/scripts/ci/amd/amd_ci_start_container.sh @@ -273,7 +273,7 @@ else fi # CACHE_HOST=/home/runner/sgl-data -CACHE_HOST=/home/runner/sglang-data +CACHE_HOST=/home/runner/temp-sglang-data if [[ -d "$CACHE_HOST" ]]; then CACHE_VOLUME="-v $CACHE_HOST:/sgl-data" else