danbev commited on
Commit
8b6c315
·
unverified ·
1 Parent(s): 8441d70

ci : increase windows-cublas evict-old-files to 5d (#2915)

Browse files

This 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.

Files changed (1) hide show
  1. .github/workflows/build.yml +1 -1
.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: 1d
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' }}