-
Notifications
You must be signed in to change notification settings - Fork 176
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
Add cache path feature #13
Labels
feature
New feature or request
Comments
Yikun
added a commit
that referenced
this issue
Mar 12, 2020
Add a `cache_path` feature to allow user set the secific cache_path to cache the git repo. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Merged
Yikun
added a commit
that referenced
this issue
Mar 12, 2020
Add a `cache_path` feature to allow user set the secific cache_path to cache the git repo. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
that referenced
this issue
Mar 12, 2020
Add a `cache_path` feature to allow user set the secific cache_path to cache the git repo. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
that referenced
this issue
Mar 12, 2020
Add a `cache_path` feature to allow user set the secific cache_path to cache the git repo. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
that referenced
this issue
Mar 12, 2020
Add a `cache_path` feature to allow user set the secific cache_path to cache the git repo. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
that referenced
this issue
Mar 12, 2020
Add a `cache_path` feature to allow user set the secific cache_path to cache the git repo. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
that referenced
this issue
Mar 12, 2020
Add a `cache_path` feature to allow user set the secific cache_path to cache the git repo. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
that referenced
this issue
Mar 12, 2020
Add a `cache_path` feature to allow user set the secific cache_path to cache the git repo. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
that referenced
this issue
Mar 12, 2020
Add a `cache_path` feature to allow user set the secific cache_path to cache the git repo. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
that referenced
this issue
Mar 17, 2020
Add a `cache_path` feature to allow user set the secific cache_path to cache the git repo. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
that referenced
this issue
Mar 17, 2020
Add a `cache_path` feature to allow user set the secific cache_path to cache the git repo. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
that referenced
this issue
Mar 17, 2020
Add a `cache_path` feature to allow user set the secific cache_path to cache the git repo. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
that referenced
this issue
Mar 17, 2020
Add a `cache_path` feature to allow user set the secific cache_path to cache the git repo. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
that referenced
this issue
Mar 17, 2020
Add a `cache_path` feature to allow user set the secific cache_path to cache the git repo. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
that referenced
this issue
Mar 17, 2020
Add a `cache_path` feature to allow user set the secific cache_path to cache the git repo. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
that referenced
this issue
Mar 17, 2020
Add a `cache_path` feature to allow user set the secific cache_path to cache the git repo. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
that referenced
this issue
Mar 17, 2020
Add a `cache_path` feature to allow user set the specific cache_path to cache the git repos. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
that referenced
this issue
Mar 18, 2020
Add a `cache_path` feature to allow user set the specific cache_path to cache the git repos. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
that referenced
this issue
Mar 18, 2020
Add a `cache_path` feature to allow user to set the specific cache_path to cache the git repos. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
that referenced
this issue
Mar 18, 2020
Add a `cache_path` feature to allow user to set the specific cache_path to cache the git repos. And user can use it to set the cache path, coordinate with [action/cache](https://github.com/actions/cache) to speed up the mirror. Closes: #13
Yikun
added a commit
to Yikun/infrastructure
that referenced
this issue
Mar 18, 2020
This patch add the cache support for Mindspore to speed up the mirror. All src repos will stored in /github/workspace/mindspore-cache, and action/cache will help save and store the cache. This patch bump the hub-mirror-action to v0.05 to enable the cache path feature, see more in Yikun/hub-mirror-action#13
Yikun
added a commit
to openeuler-mirror/sync-config
that referenced
this issue
Mar 18, 2020
This patch add the cache support for Openeuler to speed up the mirror. All src repos will stored in /github/workspace/openeuler-cache, and actions/cache will help save and store the cache. This patch bump the hub-mirror-action to v0.05 to enable the cache path feature, see more in Yikun/hub-mirror-action#13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a
cache_path
feature to allow user set the secific cache_path to cache the git repo.And user can use it to set the cache path, coordinate with action/cache to speed up the mirror.
An idea from openeuler-mirror/sync-config#2 , if the src repo is huge may cost more than 20 mins. : (
cc @freesky-edward
The text was updated successfully, but these errors were encountered: