Skip to content

Commit

Permalink
[CI]: Add ya cache garbage collection before scripts (#295)
Browse files Browse the repository at this point in the history
Ya cache grows uncontrollably, consuming all the disk space.
  • Loading branch information
jkuradobery authored Jan 31, 2024
1 parent c854d14 commit 32cafe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloud/storage/core/tools/ci/runner/run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ fi
cd $nbspath &&
git pull

"${nbspath}/ya" gc cache

logs_dir="/var/www/build/logs/run_$(date +%y_%m_%d__%H)" &&
rm -rf "$logs_dir" &&
mkdir -p "$logs_dir"
Expand Down

0 comments on commit 32cafe3

Please sign in to comment.