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

Reuse the rust caches #1260

Closed
Desiki-high opened this issue May 5, 2023 · 4 comments · Fixed by #1261
Closed

Reuse the rust caches #1260

Desiki-high opened this issue May 5, 2023 · 4 comments · Fixed by #1261
Assignees

Comments

@Desiki-high Desiki-high self-assigned this May 5, 2023
@imeoer
Copy link
Collaborator

imeoer commented May 5, 2023

Maybe the cache can be reused across jobs.

@adamqqqplay
Copy link
Member

We might be able to use the same version rust-cache. For example, uniformly adjusted to Swatinem/rust-cache@v2 in the yaml file.

@Desiki-high
Copy link
Member Author

nydus-build and nydus-build-master can easily reuse the same cache because of the same dependences. But nydus-unit-test and nydus-unit-test-coverage maybe have different dependences, so if we use the rust cache uploaded by nydus-unit-test can not accelerate the nydus build?

Maybe we can only reuse the rust caches between nydus-build and nydus-build-master in smoke and benchmark?

@imeoer
Copy link
Collaborator

imeoer commented May 6, 2023

Maybe we can only reuse the rust caches between nydus-build and nydus-build-master in smoke and benchmark?

Should be ok.

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 a pull request may close this issue.

3 participants