disable rocm cache (#26962)

This commit is contained in:
Sigbjørn Skjæret
2026-08-12 16:41:43 +03:00
committed by GitHub
parent 680a9ae63d
commit 7a9ff95979
3 changed files with 42 additions and 42 deletions
+20 -20
View File
@@ -119,27 +119,27 @@ jobs:
version_major: ${{ env.OPENVINO_VERSION_MAJOR }} version_major: ${{ env.OPENVINO_VERSION_MAJOR }}
version_full: ${{ env.OPENVINO_VERSION_FULL }} version_full: ${{ env.OPENVINO_VERSION_FULL }}
windows-2022-rocm-cache: # windows-2022-rocm-cache:
runs-on: windows-2022 # runs-on: windows-2022
env: # env:
# Make sure this is in sync with release.yml and build-cuda-windows.yml # # Make sure this is in sync with release.yml and build-cuda-windows.yml
ROCM_VERSION: "7.14.0" # ROCM_VERSION: "7.14.0"
steps: # steps:
- name: Clone # - name: Clone
id: checkout # id: checkout
uses: actions/checkout@v6 # uses: actions/checkout@v6
- name: Setup Cache # - name: Setup Cache
uses: actions/cache@v5 # uses: actions/cache@v5
id: cache-rocm # id: cache-rocm
with: # with:
path: C:\TheRock\build # path: C:\TheRock\build
key: rocm-wheels-${{ env.ROCM_VERSION }}-multi-arch-${{ runner.os }} # key: rocm-wheels-${{ env.ROCM_VERSION }}-multi-arch-${{ runner.os }}
- name: Setup ROCm # - name: Setup ROCm
if: steps.cache-rocm.outputs.cache-hit != 'true' # if: steps.cache-rocm.outputs.cache-hit != 'true'
uses: ./.github/actions/windows-setup-rocm # uses: ./.github/actions/windows-setup-rocm
with: # with:
version: ${{ env.ROCM_VERSION }} # version: ${{ env.ROCM_VERSION }}
+7 -7
View File
@@ -97,15 +97,15 @@ jobs:
id: checkout id: checkout
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Cache ROCm Installation # - name: Cache ROCm Installation
uses: actions/cache@v5 # uses: actions/cache@v5
id: cache-rocm # id: cache-rocm
with: # with:
path: C:\TheRock\build # path: C:\TheRock\build
key: rocm-wheels-${{ env.ROCM_VERSION }}-multi-arch-${{ runner.os }} # key: rocm-wheels-${{ env.ROCM_VERSION }}-multi-arch-${{ runner.os }}
- name: Setup ROCm - name: Setup ROCm
if: steps.cache-rocm.outputs.cache-hit != 'true' # if: steps.cache-rocm.outputs.cache-hit != 'true'
uses: ./.github/actions/windows-setup-rocm uses: ./.github/actions/windows-setup-rocm
with: with:
version: ${{ env.ROCM_VERSION }} version: ${{ env.ROCM_VERSION }}
+15 -15
View File
@@ -774,15 +774,15 @@ jobs:
key: windows-rocm-${{ matrix.ROCM_VERSION }}-${{ matrix.build }} key: windows-rocm-${{ matrix.ROCM_VERSION }}-${{ matrix.build }}
evict-old-files: 1d evict-old-files: 1d
- name: Cache ROCm Installation # - name: Cache ROCm Installation
id: cache-rocm # id: cache-rocm
uses: actions/cache@v5 # uses: actions/cache@v5
with: # with:
path: C:\TheRock\build # path: C:\TheRock\build
key: rocm-wheels-${{ matrix.ROCM_VERSION }}-multi-arch-${{ runner.os }} # key: rocm-wheels-${{ matrix.ROCM_VERSION }}-multi-arch-${{ runner.os }}
- name: Setup ROCm - name: Setup ROCm
if: steps.cache-rocm.outputs.cache-hit != 'true' # if: steps.cache-rocm.outputs.cache-hit != 'true'
uses: ./.github/actions/windows-setup-rocm uses: ./.github/actions/windows-setup-rocm
with: with:
version: ${{ matrix.ROCM_VERSION }} version: ${{ matrix.ROCM_VERSION }}
@@ -1320,10 +1320,10 @@ jobs:
with: with:
tool-cache: true tool-cache: true
- name: ccache # - name: ccache
uses: ggml-org/ccache-action@v1.2.21 # uses: ggml-org/ccache-action@v1.2.21
with: # with:
key: release-ubuntu-22.04-rocm-${{ matrix.ROCM_VERSION }} # key: release-ubuntu-22.04-rocm-${{ matrix.ROCM_VERSION }}
- name: Dependencies - name: Dependencies
id: depends id: depends
@@ -1379,10 +1379,10 @@ jobs:
${{ env.CMAKE_ARGS }} ${{ env.CMAKE_ARGS }}
cmake --build build --config Release -j $(nproc) cmake --build build --config Release -j $(nproc)
- name: ccache-clear # - name: ccache-clear
uses: ./.github/actions/ccache-clear # uses: ./.github/actions/ccache-clear
with: # with:
key: release-ubuntu-22.04-rocm-${{ matrix.ROCM_VERSION }} # key: release-ubuntu-22.04-rocm-${{ matrix.ROCM_VERSION }}
- name: Determine tag name - name: Determine tag name
id: tag id: tag