Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb95fde3 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Change time for filter archive and ccache removal to 60 days

parent a6625517
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ archive-filter:
    name: "$CI_JOB_NAME"
    paths:
      - bin/*
    expire_in: 30 days
    expire_in: 60 days

.build-filters:
  image: registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:slim-latest
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ ccache --set-config=max_size=75G \
  --set-config=sloppiness=time_macros

echo ">> [$(date)] Cleaning unused cache files and statistics"
ccache --evict-older-than 30d
ccache --evict-older-than 60d
ccache -z

echo ">> [$(date)] Recompressing existing cache entries"