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

ci: print ccache statistics and configuration at end of CI run #1719

Merged
merged 1 commit into from
Dec 14, 2022
Merged

ci: print ccache statistics and configuration at end of CI run #1719

merged 1 commit into from
Dec 14, 2022

Conversation

ashay
Copy link
Collaborator

@ashay ashay commented Dec 14, 2022

There appear to be two problems with the caching layer in our CI runs:
(a) the sizes of some of the caches have grown to multiples of the
300 MB limit and (b) caching on Windows seems to be provide little to no
benefit.

To help understand the reasons for these problems, this patch adds a
line item to the list of steps run in CI to dump the ccache
configuration and statistics just prior to uploading the cache artifact.

@ashay ashay requested a review from powderluv December 14, 2022 12:44
There appear to be two problems with the caching layer in our CI runs:
(a) the sizes of some of the caches have grown to multiples of the
300 MB limit and (b) caching on Windows seems to be provide little to no
benefit.

To help understand the reasons for these problems, this patch adds a
line item to the list of steps run in CI to dump the ccache
configuration and statistics just prior to uploading the cache artifact.
@ashay ashay merged commit 64f9a0e into llvm:main Dec 14, 2022
@ashay ashay deleted the ashay/add-ccache-stats branch December 14, 2022 15:50
PriyaBSavithiri pushed a commit to PriyaBSavithiri/mcw-torch-mlir that referenced this pull request Dec 15, 2022
…1719)

There appear to be two problems with the caching layer in our CI runs:
(a) the sizes of some of the caches have grown to multiples of the
300 MB limit and (b) caching on Windows seems to be provide little to no
benefit.

To help understand the reasons for these problems, this patch adds a
line item to the list of steps run in CI to dump the ccache
configuration and statistics just prior to uploading the cache artifact.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants