Spaces:
Sleeping
Sleeping
ci : increase windows-cublas evict-old-files to 5d (#2915)
Browse filesThis commit updates the evict-old-files parameter for the windows-cublas
build job to 5 days.
The motivation for this change is to avoid the full rebuild which takes
around 1.5 hours for the windows-cublas build job. Considering that
there are periods of low traffic on whisper.cpp (like weekends etc.) it
might be better to have a longer eviction policy to avoid the full
rebuild.
.github/workflows/build.yml
CHANGED
|
@@ -687,7 +687,7 @@ jobs:
|
|
| 687 |
with:
|
| 688 |
key: ${{ github.job }}-${{ matrix.cuda-toolkit }}-${{ matrix.build }}
|
| 689 |
variant: sccache
|
| 690 |
-
evict-old-files:
|
| 691 |
|
| 692 |
- name: Install Cuda Toolkit 11.8.0
|
| 693 |
if: ${{ matrix.cuda-toolkit == '11.8.0' }}
|
|
|
|
| 687 |
with:
|
| 688 |
key: ${{ github.job }}-${{ matrix.cuda-toolkit }}-${{ matrix.build }}
|
| 689 |
variant: sccache
|
| 690 |
+
evict-old-files: 5d
|
| 691 |
|
| 692 |
- name: Install Cuda Toolkit 11.8.0
|
| 693 |
if: ${{ matrix.cuda-toolkit == '11.8.0' }}
|