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: restrict PyTorch cache to just the main branch #1540

Merged
merged 1 commit into from
Oct 31, 2022
Merged

ci: restrict PyTorch cache to just the main branch #1540

merged 1 commit into from
Oct 31, 2022

Conversation

ashay
Copy link
Collaborator

@ashay ashay commented Oct 31, 2022

If PyTorch build caches are created on a branch other than the main
branch, then GitHub does not share those caches with the main branch,
making every CI run that runs for each PR slow. This patch resolves the
problem by letting only the main branch create and use PyTorch build
caches.

If PyTorch build caches are created on a branch other than the main
branch, then GitHub does not share those caches with the main branch,
making every CI run that runs for each PR slow.  This patch resolves the
problem by letting only the main branch create and use PyTorch build
caches.
@ashay ashay requested a review from powderluv October 31, 2022 17:31
@ashay ashay merged commit 2cf1092 into llvm:main Oct 31, 2022
@ashay ashay deleted the ashay/limit-pytorch-cache branch October 31, 2022 20:14
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