From defe3e597026a3a12b27b5deafb1aa5793ae1f2c Mon Sep 17 00:00:00 2001 From: Wen Chen Date: Fri, 17 Jul 2026 17:33:12 +0000 Subject: [PATCH] ci: bump te-rocm-wheels artifact retention 1d -> 5d The te-rocm-wheels build artifact is consumed by sGPU and mGPU test jobs downstream of the build. mi35x self-hosted runners can queue for 24-36h before starting, so the previous retention-days: 1 racing the queue makes every mi35x job (and any slow-queueing mi30x job) fail at the download step with "Artifact not found for name: te-rocm-wheels". 5 days matches the retention already used for test-log artifacts in rocm-ci.yml and comfortably outlasts observed mi35x queue times. Co-Authored-By: Claude Opus 4.7 --- .github/workflows/rocm-wheels-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rocm-wheels-build.yml b/.github/workflows/rocm-wheels-build.yml index 006123d5e..6801622a6 100644 --- a/.github/workflows/rocm-wheels-build.yml +++ b/.github/workflows/rocm-wheels-build.yml @@ -222,7 +222,7 @@ jobs: path: | ${{ runner.temp }}/wheelhouse/*.whl ${{ runner.temp }}/wheelhouse/*.tar.gz - retention-days: 1 + retention-days: 5 if-no-files-found: error - name: Upload build logs on failure