Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GHA] ccache cleanup #26789

Merged
merged 8 commits into from
Sep 27, 2024
Merged

[GHA] ccache cleanup #26789

merged 8 commits into from
Sep 27, 2024

Conversation

mryzhov
Copy link
Contributor

@mryzhov mryzhov commented Sep 25, 2024

Details:

  • Updated dependencies
  • Added ability to search cache files recursively
  • Enabled monthly automatic cleanup

Tickets:

  • 151079

@github-actions github-actions bot added category: CI OpenVINO public CI github_actions Pull requests that update GitHub Actions code labels Sep 25, 2024
@mryzhov mryzhov marked this pull request as ready for review September 25, 2024 17:45
@mryzhov mryzhov requested a review from a team as a code owner September 25, 2024 17:45
.github/workflows/cleanup_caches.yml Outdated Show resolved Hide resolved
runs-on: aks-linux-2-cores-8gb
if: ${{ github.repository_owner == 'openvinotoolkit' }}
container:
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04
volumes:
- /mount:/mount
env:
CCACHE_PATH: /mount/caches/ccache/ubuntu22_riscv64
CCACHE_PATH: /mount/caches/ccache
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ababushk, it points to the Blob Storage, right? Isn't it supposed to cleanup old blobs by itself, or...?

@mryzhov mryzhov added this pull request to the merge queue Sep 27, 2024
Merged via the queue into openvinotoolkit:master with commit 1a1ebec Sep 27, 2024
119 checks passed
@mryzhov mryzhov deleted the gha/cache_fixes branch September 27, 2024 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CI OpenVINO public CI github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants