Skip to content

Commit aeb7ce5

Browse files
committed
ci: tolerate rocm cache restore failures
1 parent 70f1777 commit aeb7ce5

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-cache.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
- name: Setup Cache
107107
uses: actions/cache@v5
108108
id: cache-rocm
109+
continue-on-error: true
109110
with:
110111
path: C:\Program Files\AMD\ROCm
111112
key: rocm-${{ env.HIPSDK_INSTALLER_VERSION }}-${{ runner.os }}

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,7 @@ jobs:
787787
- name: Use ROCm Installation Cache
788788
uses: actions/cache@v5
789789
id: cache-rocm
790+
continue-on-error: true
790791
with:
791792
path: C:\Program Files\AMD\ROCm
792793
key: rocm-${{ env.HIPSDK_INSTALLER_VERSION }}-${{ runner.os }}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,7 @@ jobs:
10081008
- name: Cache ROCm Installation
10091009
id: cache-rocm
10101010
uses: actions/cache@v5
1011+
continue-on-error: true
10111012
with:
10121013
path: C:\Program Files\AMD\ROCm
10131014
key: rocm-${{ env.HIPSDK_INSTALLER_VERSION }}-${{ runner.os }}

0 commit comments

Comments
 (0)